Html Css Color HEX #124A5F Astronaut Blue

📋 copy color: '#124A5F'

red 18 ◦ green 74 ◦ blue 95

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

Shades of Astronaut Blue #124A5F

Tints of Astronaut Blue #124A5F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.57%

 BLUE value IS 95 (37.5% from 255) = 50.8%

R = 9.63%
G = 39.57%
B = 50.8%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#124A5F (or 0x124A5F) is known color: Astronaut Blue. HEX triplet: 12, 4A and 5F. RGB value is (18,74,95). Sum of RGB (Red+Green+Blue) = 18+74+95=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #124A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A5F is #EDB5A0. Grayscale: #3B3B3B. Windows color (decimal): -15578529 or 6244882. OLE color: 6244882.

HSL color Cylindrical-coordinate representation of color #124A5F: hue angle of 196.36º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124A5F is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 74 95 -
CMYK 0.81 0.22 0 0.63
HSL 196.36º 0.68% 0.22% -
HSV(B) 196.36º 0.81% 0.37% -
XYZ 4.76 5.85 11.71 -
YUV 59.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 18 74 95 0.81 0.22 0 0.63 196.36 0.68 0.22
Hex 12 4A 5F 51 16 0 3F C4 44 16
Octal 22 112 137 121 26 0 77 304 104 26
Binary 10010 1001010 1011111 1010001 10110 0 111111 11000100 1000100 10110

Color Harmonies of #124A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A5F

Black with #124A5F

Text Example


Text Example

White with #124A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,74,95); }

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

background-color css

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

 a { background-color: rgb(18,74,95); }

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

border-color css

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

 span { border-color: rgb(18,74,95); }

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