Html Css Color HEX #124866 Astronaut Blue

📋 copy color: '#124866'

red 18 ◦ green 72 ◦ blue 102

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

Shades of Astronaut Blue #124866

Tints of Astronaut Blue #124866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.5%

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

R = 9.38%
G = 37.5%
B = 53.13%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#124866 (or 0x124866) is known color: Astronaut Blue. HEX triplet: 12, 48 and 66. RGB value is (18,72,102). Sum of RGB (Red+Green+Blue) = 18+72+102=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #124866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124866 is #EDB799. Grayscale: #3B3B3B. Windows color (decimal): -15579034 or 6703122. OLE color: 6703122.

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

Color convert

RGB 18 72 102 -
CMYK 0.82 0.29 0 0.6
HSL 201.43º 0.7% 0.24% -
HSV(B) 201.43º 0.82% 0.4% -
XYZ 4.97 5.72 13.41 -
YUV 59.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 18 72 102 0.82 0.29 0 0.6 201.43 0.7 0.24
Hex 12 48 66 52 1D 0 3C C9 46 18
Octal 22 110 146 122 35 0 74 311 106 30
Binary 10010 1001000 1100110 1010010 11101 0 111100 11001001 1000110 11000

Color Harmonies of #124866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124866

Black with #124866

Text Example


Text Example

White with #124866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124866; }

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

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

background-color css

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

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

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

border-color css

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

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

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