Html Css Color HEX #124B67 Astronaut Blue

📋 copy color: '#124B67'

red 18 ◦ green 75 ◦ blue 103

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

Shades of Astronaut Blue #124B67

Tints of Astronaut Blue #124B67

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.27%

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

R = 9.18%
G = 38.27%
B = 52.55%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#124B67 (or 0x124B67) is known color: Astronaut Blue. HEX triplet: 12, 4B and 67. RGB value is (18,75,103). Sum of RGB (Red+Green+Blue) = 18+75+103=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #124B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B67 is #EDB498. Grayscale: #3C3C3C. Windows color (decimal): -15578265 or 6769426. OLE color: 6769426.

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

Color convert

RGB 18 75 103 -
CMYK 0.83 0.27 0 0.60
HSL 199.76º 0.7% 0.24% -
HSV(B) 199.76º 0.83% 0.4% -
XYZ 5.21 6.14 13.74 -
YUV 61.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 18 75 103 0.83 0.27 0 0.60 199.76 0.7 0.24
Hex 12 4B 67 53 1B 0 3C C8 46 18
Octal 22 113 147 123 33 0 74 310 106 30
Binary 10010 1001011 1100111 1010011 11011 0 111100 11001000 1000110 11000

Color Harmonies of #124B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B67

Black with #124B67

Text Example


Text Example

White with #124B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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