Html Css Color HEX #124C68 Astronaut Blue

📋 copy color: '#124C68'

red 18 ◦ green 76 ◦ blue 104

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

Shades of Astronaut Blue #124C68

Tints of Astronaut Blue #124C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.38%

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

R = 9.09%
G = 38.38%
B = 52.53%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124C68 (or 0x124C68) is known color: Astronaut Blue. HEX triplet: 12, 4C and 68. RGB value is (18,76,104). Sum of RGB (Red+Green+Blue) = 18+76+104=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #124C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C68 is #EDB397. Grayscale: #3D3D3D. Windows color (decimal): -15578008 or 6835218. OLE color: 6835218.

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

Color convert

RGB 18 76 104 -
CMYK 0.83 0.27 0 0.59
HSL 199.53º 0.7% 0.24% -
HSV(B) 199.53º 0.83% 0.41% -
XYZ 5.33 6.3 14.03 -
YUV 61.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 18 76 104 0.83 0.27 0 0.59 199.53 0.7 0.24
Hex 12 4C 68 53 1B 0 3B C8 46 18
Octal 22 114 150 123 33 0 73 310 106 30
Binary 10010 1001100 1101000 1010011 11011 0 111011 11001000 1000110 11000

Color Harmonies of #124C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C68

Black with #124C68

Text Example


Text Example

White with #124C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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