Html Css Color HEX #124558 Astronaut Blue

📋 copy color: '#124558'

red 18 ◦ green 69 ◦ blue 88

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

Shades of Astronaut Blue #124558

Tints of Astronaut Blue #124558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.43%

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

R = 10.29%
G = 39.43%
B = 50.29%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124558 (or 0x124558) is known color: Astronaut Blue. HEX triplet: 12, 45 and 58. RGB value is (18,69,88). Sum of RGB (Red+Green+Blue) = 18+69+88=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #124558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124558 is #EDBAA7. Grayscale: #373737. Windows color (decimal): -15579816 or 5784850. OLE color: 5784850.

HSL color Cylindrical-coordinate representation of color #124558: hue angle of 196.29º 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 #124558 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 69 88 -
CMYK 0.80 0.22 0 0.65
HSL 196.29º 0.66% 0.21% -
HSV(B) 196.29º 0.8% 0.35% -
XYZ 4.14 5.09 10 -
YUV 55.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 18 69 88 0.80 0.22 0 0.65 196.29 0.66 0.21
Hex 12 45 58 50 16 0 41 C4 42 15
Octal 22 105 130 120 26 0 101 304 102 25
Binary 10010 1000101 1011000 1010000 10110 0 1000001 11000100 1000010 10101

Color Harmonies of #124558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124558

Black with #124558

Text Example


Text Example

White with #124558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124558; }

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

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

background-color css

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

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

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

border-color css

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

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

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