Html Css Color HEX #124A68 Astronaut Blue

📋 copy color: '#124A68'

red 18 ◦ green 74 ◦ blue 104

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

Shades of Astronaut Blue #124A68

Tints of Astronaut Blue #124A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.76%

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

R = 9.18%
G = 37.76%
B = 53.06%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124A68 (or 0x124A68) is known color: Astronaut Blue. HEX triplet: 12, 4A and 68. RGB value is (18,74,104). Sum of RGB (Red+Green+Blue) = 18+74+104=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #124A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A68 is #EDB597. Grayscale: #3C3C3C. Windows color (decimal): -15578520 or 6834706. OLE color: 6834706.

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

Color convert

RGB 18 74 104 -
CMYK 0.83 0.29 0 0.59
HSL 200.93º 0.7% 0.24% -
HSV(B) 200.93º 0.83% 0.41% -
XYZ 5.2 6.03 13.99 -
YUV 60.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 18 74 104 0.83 0.29 0 0.59 200.93 0.7 0.24
Hex 12 4A 68 53 1D 0 3B C9 46 18
Octal 22 112 150 123 35 0 73 311 106 30
Binary 10010 1001010 1101000 1010011 11101 0 111011 11001001 1000110 11000

Color Harmonies of #124A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A68

Black with #124A68

Text Example


Text Example

White with #124A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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