Html Css Color HEX #124657 Astronaut Blue

📋 copy color: '#124657'

red 18 ◦ green 70 ◦ blue 87

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

Shades of Astronaut Blue #124657

Tints of Astronaut Blue #124657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 10.29%
G = 40%
B = 49.71%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124657 (or 0x124657) is known color: Astronaut Blue. HEX triplet: 12, 46 and 57. RGB value is (18,70,87). Sum of RGB (Red+Green+Blue) = 18+70+87=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #124657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124657 is #EDB9A8. Grayscale: #383838. Windows color (decimal): -15579561 or 5719570. OLE color: 5719570.

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

Color convert

RGB 18 70 87 -
CMYK 0.79 0.20 0 0.66
HSL 194.78º 0.66% 0.21% -
HSV(B) 194.78º 0.79% 0.34% -
XYZ 4.16 5.2 9.8 -
YUV 56.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 18 70 87 0.79 0.20 0 0.66 194.78 0.66 0.21
Hex 12 46 57 4F 14 0 42 C3 42 15
Octal 22 106 127 117 24 0 102 303 102 25
Binary 10010 1000110 1010111 1001111 10100 0 1000010 11000011 1000010 10101

Color Harmonies of #124657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124657

Black with #124657

Text Example


Text Example

White with #124657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124657; }

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

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

background-color css

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

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

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

border-color css

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

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

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