Html Css Color HEX #124362 Astronaut Blue

📋 copy color: '#124362'

red 18 ◦ green 67 ◦ blue 98

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

Shades of Astronaut Blue #124362

Tints of Astronaut Blue #124362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

 BLUE value IS 98 (38.67% from 255) = 53.55%

R = 9.84%
G = 36.61%
B = 53.55%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124362 (or 0x124362) is known color: Astronaut Blue. HEX triplet: 12, 43 and 62. RGB value is (18,67,98). Sum of RGB (Red+Green+Blue) = 18+67+98=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #124362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124362 is #EDBC9D. Grayscale: #373737. Windows color (decimal): -15580318 or 6439698. OLE color: 6439698.

HSL color Cylindrical-coordinate representation of color #124362: hue angle of 203.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124362 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 67 98 -
CMYK 0.82 0.32 0 0.62
HSL 203.25º 0.69% 0.23% -
HSV(B) 203.25º 0.82% 0.38% -
XYZ 4.46 5.02 12.29 -
YUV 55.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 18 67 98 0.82 0.32 0 0.62 203.25 0.69 0.23
Hex 12 43 62 52 20 0 3E CB 45 17
Octal 22 103 142 122 40 0 76 313 105 27
Binary 10010 1000011 1100010 1010010 100000 0 111110 11001011 1000101 10111

Color Harmonies of #124362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124362

Black with #124362

Text Example


Text Example

White with #124362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124362; }

 p { color: rgb(18,67,98); }

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

background-color css

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

 a { background-color: rgb(18,67,98); }

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

border-color css

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

 span { border-color: rgb(18,67,98); }

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