Html Css Color HEX #125267 Astronaut Blue

📋 copy color: '#125267'

red 18 ◦ green 82 ◦ blue 103

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

Shades of Astronaut Blue #125267

Tints of Astronaut Blue #125267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.74%

R = 8.87%
G = 40.39%
B = 50.74%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125267 (or 0x125267) is known color: Astronaut Blue. HEX triplet: 12, 52 and 67. RGB value is (18,82,103). Sum of RGB (Red+Green+Blue) = 18+82+103=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #125267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125267 is #EDAD98. Grayscale: #414141. Windows color (decimal): -15576473 or 6771218. OLE color: 6771218.

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

Color convert

RGB 18 82 103 -
CMYK 0.83 0.20 0 0.60
HSL 194.82º 0.7% 0.24% -
HSV(B) 194.82º 0.83% 0.4% -
XYZ 5.71 7.14 13.91 -
YUV 65.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 18 82 103 0.83 0.20 0 0.60 194.82 0.7 0.24
Hex 12 52 67 53 14 0 3C C3 46 18
Octal 22 122 147 123 24 0 74 303 106 30
Binary 10010 1010010 1100111 1010011 10100 0 111100 11000011 1000110 11000

Color Harmonies of #125267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125267

Black with #125267

Text Example


Text Example

White with #125267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125267; }

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

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

background-color css

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

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

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

border-color css

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

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

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