Html Css Color HEX #124F65 Astronaut Blue

📋 copy color: '#124F65'

red 18 ◦ green 79 ◦ blue 101

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

Shades of Astronaut Blue #124F65

Tints of Astronaut Blue #124F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.01%

R = 9.09%
G = 39.9%
B = 51.01%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#124F65 (or 0x124F65) is known color: Astronaut Blue. HEX triplet: 12, 4F and 65. RGB value is (18,79,101). Sum of RGB (Red+Green+Blue) = 18+79+101=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #124F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F65 is #EDB09A. Grayscale: #3F3F3F. Windows color (decimal): -15577243 or 6639378. OLE color: 6639378.

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

Color convert

RGB 18 79 101 -
CMYK 0.82 0.22 0 0.60
HSL 195.9º 0.7% 0.23% -
HSV(B) 195.9º 0.82% 0.4% -
XYZ 5.39 6.66 13.31 -
YUV 63.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 18 79 101 0.82 0.22 0 0.60 195.9 0.7 0.23
Hex 12 4F 65 52 16 0 3C C4 46 17
Octal 22 117 145 122 26 0 74 304 106 27
Binary 10010 1001111 1100101 1010010 10110 0 111100 11000100 1000110 10111

Color Harmonies of #124F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F65

Black with #124F65

Text Example


Text Example

White with #124F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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