Html Css Color HEX #124F66 Astronaut Blue

📋 copy color: '#124F66'

red 18 ◦ green 79 ◦ blue 102

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

Shades of Astronaut Blue #124F66

Tints of Astronaut Blue #124F66

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.7%

 BLUE value IS 102 (40.23% from 255) = 51.26%

R = 9.05%
G = 39.7%
B = 51.26%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#124F66 (or 0x124F66) is known color: Astronaut Blue. HEX triplet: 12, 4F and 66. RGB value is (18,79,102). Sum of RGB (Red+Green+Blue) = 18+79+102=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #124F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F66 is #EDB099. Grayscale: #3F3F3F. Windows color (decimal): -15577242 or 6704914. OLE color: 6704914.

HSL color Cylindrical-coordinate representation of color #124F66: hue angle of 196.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124F66 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 79 102 -
CMYK 0.82 0.23 0 0.6
HSL 196.43º 0.7% 0.24% -
HSV(B) 196.43º 0.82% 0.4% -
XYZ 5.44 6.68 13.57 -
YUV 63.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 18 79 102 0.82 0.23 0 0.6 196.43 0.7 0.24
Hex 12 4F 66 52 17 0 3C C4 46 18
Octal 22 117 146 122 27 0 74 304 106 30
Binary 10010 1001111 1100110 1010010 10111 0 111100 11000100 1000110 11000

Color Harmonies of #124F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F66

Black with #124F66

Text Example


Text Example

White with #124F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124F66; }

 p { color: rgb(18,79,102); }

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

background-color css

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

 a { background-color: rgb(18,79,102); }

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

border-color css

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

 span { border-color: rgb(18,79,102); }

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