Html Css Color HEX #125266 Astronaut Blue

📋 copy color: '#125266'

red 18 ◦ green 82 ◦ blue 102

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

Shades of Astronaut Blue #125266

Tints of Astronaut Blue #125266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

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

R = 8.91%
G = 40.59%
B = 50.5%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#125266 (or 0x125266) is known color: Astronaut Blue. HEX triplet: 12, 52 and 66. RGB value is (18,82,102). Sum of RGB (Red+Green+Blue) = 18+82+102=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #125266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125266 is #EDAD99. Grayscale: #414141. Windows color (decimal): -15576474 or 6705682. OLE color: 6705682.

HSL color Cylindrical-coordinate representation of color #125266: hue angle of 194.29º 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 #125266 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 82 102 -
CMYK 0.82 0.20 0 0.6
HSL 194.29º 0.7% 0.24% -
HSV(B) 194.29º 0.82% 0.4% -
XYZ 5.67 7.12 13.65 -
YUV 65.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 18 82 102 0.82 0.20 0 0.6 194.29 0.7 0.24
Hex 12 52 66 52 14 0 3C C2 46 18
Octal 22 122 146 122 24 0 74 302 106 30
Binary 10010 1010010 1100110 1010010 10100 0 111100 11000010 1000110 11000

Color Harmonies of #125266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125266

Black with #125266

Text Example


Text Example

White with #125266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125266; }

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

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

background-color css

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

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

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

border-color css

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

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

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