Html Css Color HEX #124357 Astronaut Blue

📋 copy color: '#124357'

red 18 ◦ green 67 ◦ blue 87

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

Shades of Astronaut Blue #124357

Tints of Astronaut Blue #124357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.95%

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

R = 10.47%
G = 38.95%
B = 50.58%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124357 (or 0x124357) is known color: Astronaut Blue. HEX triplet: 12, 43 and 57. RGB value is (18,67,87). Sum of RGB (Red+Green+Blue) = 18+67+87=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #124357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124357 is #EDBCA8. Grayscale: #363636. Windows color (decimal): -15580329 or 5718802. OLE color: 5718802.

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

Color convert

RGB 18 67 87 -
CMYK 0.79 0.23 0 0.66
HSL 197.39º 0.66% 0.21% -
HSV(B) 197.39º 0.79% 0.34% -
XYZ 3.98 4.83 9.74 -
YUV 54.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 18 67 87 0.79 0.23 0 0.66 197.39 0.66 0.21
Hex 12 43 57 4F 17 0 42 C5 42 15
Octal 22 103 127 117 27 0 102 305 102 25
Binary 10010 1000011 1010111 1001111 10111 0 1000010 11000101 1000010 10101

Color Harmonies of #124357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124357

Black with #124357

Text Example


Text Example

White with #124357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124357; }

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

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

background-color css

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

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

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

border-color css

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

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

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