Html Css Color HEX #124258 Astronaut Blue

📋 copy color: '#124258'

red 18 ◦ green 66 ◦ blue 88

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

Shades of Astronaut Blue #124258

Tints of Astronaut Blue #124258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.37%

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

R = 10.47%
G = 38.37%
B = 51.16%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124258 (or 0x124258) is known color: Astronaut Blue. HEX triplet: 12, 42 and 58. RGB value is (18,66,88). Sum of RGB (Red+Green+Blue) = 18+66+88=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #124258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124258 is #EDBDA7. Grayscale: #363636. Windows color (decimal): -15580584 or 5784082. OLE color: 5784082.

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

Color convert

RGB 18 66 88 -
CMYK 0.80 0.25 0 0.65
HSL 198.86º 0.66% 0.21% -
HSV(B) 198.86º 0.8% 0.35% -
XYZ 3.96 4.73 9.94 -
YUV 54.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 18 66 88 0.80 0.25 0 0.65 198.86 0.66 0.21
Hex 12 42 58 50 19 0 41 C7 42 15
Octal 22 102 130 120 31 0 101 307 102 25
Binary 10010 1000010 1011000 1010000 11001 0 1000001 11000111 1000010 10101

Color Harmonies of #124258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124258

Black with #124258

Text Example


Text Example

White with #124258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124258; }

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

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

background-color css

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

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

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

border-color css

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

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

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