Html Css Color HEX #124458 Astronaut Blue

📋 copy color: '#124458'

red 18 ◦ green 68 ◦ blue 88

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

Shades of Astronaut Blue #124458

Tints of Astronaut Blue #124458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

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

R = 10.34%
G = 39.08%
B = 50.57%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124458 (or 0x124458) is known color: Astronaut Blue. HEX triplet: 12, 44 and 58. RGB value is (18,68,88). Sum of RGB (Red+Green+Blue) = 18+68+88=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #124458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124458 is #EDBBA7. Grayscale: #373737. Windows color (decimal): -15580072 or 5784594. OLE color: 5784594.

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

Color convert

RGB 18 68 88 -
CMYK 0.80 0.23 0 0.65
HSL 197.14º 0.66% 0.21% -
HSV(B) 197.14º 0.8% 0.35% -
XYZ 4.08 4.97 9.98 -
YUV 55.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 18 68 88 0.80 0.23 0 0.65 197.14 0.66 0.21
Hex 12 44 58 50 17 0 41 C5 42 15
Octal 22 104 130 120 27 0 101 305 102 25
Binary 10010 1000100 1011000 1010000 10111 0 1000001 11000101 1000010 10101

Color Harmonies of #124458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124458

Black with #124458

Text Example


Text Example

White with #124458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124458; }

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

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

background-color css

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

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

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

border-color css

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

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

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