Html Css Color HEX #124C67 Astronaut Blue

📋 copy color: '#124C67'

red 18 ◦ green 76 ◦ blue 103

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

Shades of Astronaut Blue #124C67

Tints of Astronaut Blue #124C67

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

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

R = 9.14%
G = 38.58%
B = 52.28%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#124C67 (or 0x124C67) is known color: Astronaut Blue. HEX triplet: 12, 4C and 67. RGB value is (18,76,103). Sum of RGB (Red+Green+Blue) = 18+76+103=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #124C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C67 is #EDB398. Grayscale: #3D3D3D. Windows color (decimal): -15578009 or 6769682. OLE color: 6769682.

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

Color convert

RGB 18 76 103 -
CMYK 0.83 0.26 0 0.60
HSL 199.06º 0.7% 0.24% -
HSV(B) 199.06º 0.83% 0.4% -
XYZ 5.28 6.28 13.77 -
YUV 61.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 18 76 103 0.83 0.26 0 0.60 199.06 0.7 0.24
Hex 12 4C 67 53 1A 0 3C C7 46 18
Octal 22 114 147 123 32 0 74 307 106 30
Binary 10010 1001100 1100111 1010011 11010 0 111100 11000111 1000110 11000

Color Harmonies of #124C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C67

Black with #124C67

Text Example


Text Example

White with #124C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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