Html Css Color HEX #124158 Astronaut Blue

📋 copy color: '#124158'

red 18 ◦ green 65 ◦ blue 88

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

Shades of Astronaut Blue #124158

Tints of Astronaut Blue #124158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.01%

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 10.53%
G = 38.01%
B = 51.46%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124158 (or 0x124158) is known color: Astronaut Blue. HEX triplet: 12, 41 and 58. RGB value is (18,65,88). Sum of RGB (Red+Green+Blue) = 18+65+88=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #124158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124158 is #EDBEA7. Grayscale: #353535. Windows color (decimal): -15580840 or 5783826. OLE color: 5783826.

HSL color Cylindrical-coordinate representation of color #124158: hue angle of 199.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124158 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 65 88 -
CMYK 0.80 0.26 0 0.65
HSL 199.71º 0.66% 0.21% -
HSV(B) 199.71º 0.8% 0.35% -
XYZ 3.9 4.61 9.92 -
YUV 53.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 18 65 88 0.80 0.26 0 0.65 199.71 0.66 0.21
Hex 12 41 58 50 1A 0 41 C8 42 15
Octal 22 101 130 120 32 0 101 310 102 25
Binary 10010 1000001 1011000 1010000 11010 0 1000001 11001000 1000010 10101

Color Harmonies of #124158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124158

Black with #124158

Text Example


Text Example

White with #124158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124158; }

 p { color: rgb(18,65,88); }

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

background-color css

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

 a { background-color: rgb(18,65,88); }

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

border-color css

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

 span { border-color: rgb(18,65,88); }

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