Html Css Color HEX #125066 Astronaut Blue

📋 copy color: '#125066'

red 18 ◦ green 80 ◦ blue 102

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

Shades of Astronaut Blue #125066

Tints of Astronaut Blue #125066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51%

R = 9%
G = 40%
B = 51%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#125066 (or 0x125066) is known color: Astronaut Blue. HEX triplet: 12, 50 and 66. RGB value is (18,80,102). Sum of RGB (Red+Green+Blue) = 18+80+102=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #125066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125066 is #EDAF99. Grayscale: #3F3F3F. Windows color (decimal): -15576986 or 6705170. OLE color: 6705170.

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

Color convert

RGB 18 80 102 -
CMYK 0.82 0.22 0 0.6
HSL 195.71º 0.7% 0.24% -
HSV(B) 195.71º 0.82% 0.4% -
XYZ 5.52 6.83 13.6 -
YUV 63.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 18 80 102 0.82 0.22 0 0.6 195.71 0.7 0.24
Hex 12 50 66 52 16 0 3C C4 46 18
Octal 22 120 146 122 26 0 74 304 106 30
Binary 10010 1010000 1100110 1010010 10110 0 111100 11000100 1000110 11000

Color Harmonies of #125066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125066

Black with #125066

Text Example


Text Example

White with #125066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125066; }

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

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

background-color css

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

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

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

border-color css

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

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

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