Html Css Color HEX #125065 Astronaut Blue

📋 copy color: '#125065'

red 18 ◦ green 80 ◦ blue 101

#125065
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #125065

Tints of Astronaut Blue #125065

RGB

 RED value IS 18 (7.42% from 255) = 9.05%

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 101 (39.84% from 255) = 50.75%

R = 9.05%
G = 40.2%
B = 50.75%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#125065 (or 0x125065) is known color: Astronaut Blue. HEX triplet: 12, 50 and 65. RGB value is (18,80,101). Sum of RGB (Red+Green+Blue) = 18+80+101=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #125065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125065 is #EDAF9A. Grayscale: #3F3F3F. Windows color (decimal): -15576987 or 6639634. OLE color: 6639634.

HSL color Cylindrical-coordinate representation of color #125065: hue angle of 195.18º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125065 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 80 101 -
CMYK 0.82 0.21 0 0.60
HSL 195.18º 0.7% 0.23% -
HSV(B) 195.18º 0.82% 0.4% -
XYZ 5.47 6.81 13.34 -
YUV 63.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 18 80 101 0.82 0.21 0 0.60 195.18 0.7 0.23
Hex 12 50 65 52 15 0 3C C3 46 17
Octal 22 120 145 122 25 0 74 303 106 27
Binary 10010 1010000 1100101 1010010 10101 0 111100 11000011 1000110 10111

Color Harmonies of #125065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125065

Black with #125065

Text Example


Text Example

White with #125065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125065; }

 p { color: rgb(18,80,101); }

 H1.HeaderClassName
 {
   color: #125065;
 }
 .AnyTagClassName
 {
   color: #125065;
 }
</style>

background-color css

<style>
 a { background-color: #125065; }

 a { background-color: rgb(18,80,101); }

 div.DivClassName
 {
   background-color: #125065;
 }
 .BgClassName
 {
   background-color: #125065;
 }
</style>

border-color css

<style>
 span { border-color: #125065; }

 span { border-color: rgb(18,80,101); }

 td.TdClassName
 {
   border-color: #125065;
 }
 .TagClassName
 {
   border-color: #125065;
 }
</style>