Html Css Color HEX #124457 Astronaut Blue

📋 copy color: '#124457'

red 18 ◦ green 68 ◦ blue 87

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

Shades of Astronaut Blue #124457

Tints of Astronaut Blue #124457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50.29%

R = 10.4%
G = 39.31%
B = 50.29%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124457 (or 0x124457) is known color: Astronaut Blue. HEX triplet: 12, 44 and 57. RGB value is (18,68,87). Sum of RGB (Red+Green+Blue) = 18+68+87=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #124457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124457 is #EDBBA8. Grayscale: #373737. Windows color (decimal): -15580073 or 5719058. OLE color: 5719058.

HSL color Cylindrical-coordinate representation of color #124457: hue angle of 196.52º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124457 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 68 87 -
CMYK 0.79 0.22 0 0.66
HSL 196.52º 0.66% 0.21% -
HSV(B) 196.52º 0.79% 0.34% -
XYZ 4.04 4.95 9.76 -
YUV 55.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 18 68 87 0.79 0.22 0 0.66 196.52 0.66 0.21
Hex 12 44 57 4F 16 0 42 C5 42 15
Octal 22 104 127 117 26 0 102 305 102 25
Binary 10010 1000100 1010111 1001111 10110 0 1000010 11000101 1000010 10101

Color Harmonies of #124457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124457

Black with #124457

Text Example


Text Example

White with #124457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124457; }

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

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

background-color css

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

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

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

border-color css

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

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

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