Html Css Color HEX #124464 Astronaut Blue

📋 copy color: '#124464'

red 18 ◦ green 68 ◦ blue 100

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

Shades of Astronaut Blue #124464

Tints of Astronaut Blue #124464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

 BLUE value IS 100 (39.45% from 255) = 53.76%

R = 9.68%
G = 36.56%
B = 53.76%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#124464 (or 0x124464) is known color: Astronaut Blue. HEX triplet: 12, 44 and 64. RGB value is (18,68,100). Sum of RGB (Red+Green+Blue) = 18+68+100=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #124464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124464 is #EDBB9B. Grayscale: #383838. Windows color (decimal): -15580060 or 6571026. OLE color: 6571026.

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

Color convert

RGB 18 68 100 -
CMYK 0.82 0.32 0 0.61
HSL 203.41º 0.69% 0.23% -
HSV(B) 203.41º 0.82% 0.39% -
XYZ 4.62 5.18 12.81 -
YUV 56.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 18 68 100 0.82 0.32 0 0.61 203.41 0.69 0.23
Hex 12 44 64 52 20 0 3D CB 45 17
Octal 22 104 144 122 40 0 75 313 105 27
Binary 10010 1000100 1100100 1010010 100000 0 111101 11001011 1000101 10111

Color Harmonies of #124464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124464

Black with #124464

Text Example


Text Example

White with #124464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124464; }

 p { color: rgb(18,68,100); }

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

background-color css

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

 a { background-color: rgb(18,68,100); }

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

border-color css

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

 span { border-color: rgb(18,68,100); }

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