Html Css Color HEX #124967 Astronaut Blue

📋 copy color: '#124967'

red 18 ◦ green 73 ◦ blue 103

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

Shades of Astronaut Blue #124967

Tints of Astronaut Blue #124967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

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

R = 9.28%
G = 37.63%
B = 53.09%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#124967 (or 0x124967) is known color: Astronaut Blue. HEX triplet: 12, 49 and 67. RGB value is (18,73,103). Sum of RGB (Red+Green+Blue) = 18+73+103=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #124967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124967 is #EDB698. Grayscale: #3B3B3B. Windows color (decimal): -15578777 or 6768914. OLE color: 6768914.

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

Color convert

RGB 18 73 103 -
CMYK 0.83 0.29 0 0.60
HSL 201.18º 0.7% 0.24% -
HSV(B) 201.18º 0.83% 0.4% -
XYZ 5.08 5.87 13.7 -
YUV 59.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 18 73 103 0.83 0.29 0 0.60 201.18 0.7 0.24
Hex 12 49 67 53 1D 0 3C C9 46 18
Octal 22 111 147 123 35 0 74 311 106 30
Binary 10010 1001001 1100111 1010011 11101 0 111100 11001001 1000110 11000

Color Harmonies of #124967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124967

Black with #124967

Text Example


Text Example

White with #124967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124967; }

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

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

background-color css

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

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

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

border-color css

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

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

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