Html Css Color HEX #124868 Astronaut Blue

📋 copy color: '#124868'

red 18 ◦ green 72 ◦ blue 104

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

Shades of Astronaut Blue #124868

Tints of Astronaut Blue #124868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.11%

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

R = 9.28%
G = 37.11%
B = 53.61%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124868 (or 0x124868) is known color: Astronaut Blue. HEX triplet: 12, 48 and 68. RGB value is (18,72,104). Sum of RGB (Red+Green+Blue) = 18+72+104=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #124868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124868 is #EDB797. Grayscale: #3B3B3B. Windows color (decimal): -15579032 or 6834194. OLE color: 6834194.

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

Color convert

RGB 18 72 104 -
CMYK 0.83 0.31 0 0.59
HSL 202.33º 0.7% 0.24% -
HSV(B) 202.33º 0.83% 0.41% -
XYZ 5.07 5.76 13.94 -
YUV 59.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 18 72 104 0.83 0.31 0 0.59 202.33 0.7 0.24
Hex 12 48 68 53 1F 0 3B CA 46 18
Octal 22 110 150 123 37 0 73 312 106 30
Binary 10010 1001000 1101000 1010011 11111 0 111011 11001010 1000110 11000

Color Harmonies of #124868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124868

Black with #124868

Text Example


Text Example

White with #124868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124868; }

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

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

background-color css

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

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

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

border-color css

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

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

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