Html Css Color HEX #124660 Astronaut Blue

📋 copy color: '#124660'

red 18 ◦ green 70 ◦ blue 96

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

Shades of Astronaut Blue #124660

Tints of Astronaut Blue #124660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.17%

R = 9.78%
G = 38.04%
B = 52.17%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124660 (or 0x124660) is known color: Astronaut Blue. HEX triplet: 12, 46 and 60. RGB value is (18,70,96). Sum of RGB (Red+Green+Blue) = 18+70+96=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #124660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124660 is #EDB99F. Grayscale: #393939. Windows color (decimal): -15579552 or 6309394. OLE color: 6309394.

HSL color Cylindrical-coordinate representation of color #124660: hue angle of 200º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124660 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 70 96 -
CMYK 0.81 0.27 0 0.62
HSL 200º 0.68% 0.22% -
HSV(B) 200º 0.81% 0.38% -
XYZ 4.55 5.35 11.86 -
YUV 57.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 18 70 96 0.81 0.27 0 0.62 200 0.68 0.22
Hex 12 46 60 51 1B 0 3E C8 44 16
Octal 22 106 140 121 33 0 76 310 104 26
Binary 10010 1000110 1100000 1010001 11011 0 111110 11001000 1000100 10110

Color Harmonies of #124660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124660

Black with #124660

Text Example


Text Example

White with #124660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124660; }

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

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

background-color css

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

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

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

border-color css

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

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

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