Html Css Color HEX #124058 Astronaut Blue

📋 copy color: '#124058'

red 18 ◦ green 64 ◦ blue 88

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

Shades of Astronaut Blue #124058

Tints of Astronaut Blue #124058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.65%

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

R = 10.59%
G = 37.65%
B = 51.76%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124058 (or 0x124058) is known color: Astronaut Blue. HEX triplet: 12, 40 and 58. RGB value is (18,64,88). Sum of RGB (Red+Green+Blue) = 18+64+88=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #124058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124058 is #EDBFA7. Grayscale: #343434. Windows color (decimal): -15581096 or 5783570. OLE color: 5783570.

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

Color convert

RGB 18 64 88 -
CMYK 0.80 0.27 0 0.65
HSL 200.57º 0.66% 0.21% -
HSV(B) 200.57º 0.8% 0.35% -
XYZ 3.84 4.5 9.9 -
YUV 52.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 18 64 88 0.80 0.27 0 0.65 200.57 0.66 0.21
Hex 12 40 58 50 1B 0 41 C9 42 15
Octal 22 100 130 120 33 0 101 311 102 25
Binary 10010 1000000 1011000 1010000 11011 0 1000001 11001001 1000010 10101

Color Harmonies of #124058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124058

Black with #124058

Text Example


Text Example

White with #124058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124058; }

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

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

background-color css

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

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

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

border-color css

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

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

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