Html Css Color HEX #124359 Astronaut Blue

📋 copy color: '#124359'

red 18 ◦ green 67 ◦ blue 89

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

Shades of Astronaut Blue #124359

Tints of Astronaut Blue #124359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 51.15%

R = 10.34%
G = 38.51%
B = 51.15%

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

#124359 (or 0x124359) is known color: Astronaut Blue. HEX triplet: 12, 43 and 59. RGB value is (18,67,89). Sum of RGB (Red+Green+Blue) = 18+67+89=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #124359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124359 is #EDBCA6. Grayscale: #363636. Windows color (decimal): -15580327 or 5849874. OLE color: 5849874.

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

Color convert

RGB 18 67 89 -
CMYK 0.80 0.25 0 0.65
HSL 198.59º 0.66% 0.21% -
HSV(B) 198.59º 0.8% 0.35% -
XYZ 4.06 4.86 10.18 -
YUV 54.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 18 67 89 0.80 0.25 0 0.65 198.59 0.66 0.21
Hex 12 43 59 50 19 0 41 C7 42 15
Octal 22 103 131 120 31 0 101 307 102 25
Binary 10010 1000011 1011001 1010000 11001 0 1000001 11000111 1000010 10101

Color Harmonies of #124359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124359

Black with #124359

Text Example


Text Example

White with #124359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124359; }

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

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

background-color css

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

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

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

border-color css

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

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

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