Html Css Color HEX #124F68 Astronaut Blue

📋 copy color: '#124F68'

red 18 ◦ green 79 ◦ blue 104

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

Shades of Astronaut Blue #124F68

Tints of Astronaut Blue #124F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 51.74%

R = 8.96%
G = 39.3%
B = 51.74%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124F68 (or 0x124F68) is known color: Astronaut Blue. HEX triplet: 12, 4F and 68. RGB value is (18,79,104). Sum of RGB (Red+Green+Blue) = 18+79+104=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #124F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F68 is #EDB097. Grayscale: #3F3F3F. Windows color (decimal): -15577240 or 6835986. OLE color: 6835986.

HSL color Cylindrical-coordinate representation of color #124F68: hue angle of 197.44º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124F68 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 79 104 -
CMYK 0.83 0.24 0 0.59
HSL 197.44º 0.7% 0.24% -
HSV(B) 197.44º 0.83% 0.41% -
XYZ 5.54 6.72 14.1 -
YUV 63.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 18 79 104 0.83 0.24 0 0.59 197.44 0.7 0.24
Hex 12 4F 68 53 18 0 3B C5 46 18
Octal 22 117 150 123 30 0 73 305 106 30
Binary 10010 1001111 1101000 1010011 11000 0 111011 11000101 1000110 11000

Color Harmonies of #124F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F68

Black with #124F68

Text Example


Text Example

White with #124F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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