Html Css Color HEX #124E68 Astronaut Blue

📋 copy color: '#124E68'

red 18 ◦ green 78 ◦ blue 104

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

Shades of Astronaut Blue #124E68

Tints of Astronaut Blue #124E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39%

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

R = 9%
G = 39%
B = 52%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124E68 (or 0x124E68) is known color: Astronaut Blue. HEX triplet: 12, 4E and 68. RGB value is (18,78,104). Sum of RGB (Red+Green+Blue) = 18+78+104=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #124E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E68 is #EDB197. Grayscale: #3E3E3E. Windows color (decimal): -15577496 or 6835730. OLE color: 6835730.

HSL color Cylindrical-coordinate representation of color #124E68: hue angle of 198.14º 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 #124E68 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 78 104 -
CMYK 0.83 0.25 0 0.59
HSL 198.14º 0.7% 0.24% -
HSV(B) 198.14º 0.83% 0.41% -
XYZ 5.47 6.58 14.08 -
YUV 63.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 18 78 104 0.83 0.25 0 0.59 198.14 0.7 0.24
Hex 12 4E 68 53 19 0 3B C6 46 18
Octal 22 116 150 123 31 0 73 306 106 30
Binary 10010 1001110 1101000 1010011 11001 0 111011 11000110 1000110 11000

Color Harmonies of #124E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E68

Black with #124E68

Text Example


Text Example

White with #124E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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