Html Css Color HEX #124560 Astronaut Blue

📋 copy color: '#124560'

red 18 ◦ green 69 ◦ blue 96

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

Shades of Astronaut Blue #124560

Tints of Astronaut Blue #124560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 9.84%
G = 37.7%
B = 52.46%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124560 (or 0x124560) is known color: Astronaut Blue. HEX triplet: 12, 45 and 60. RGB value is (18,69,96). Sum of RGB (Red+Green+Blue) = 18+69+96=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #124560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124560 is #EDBA9F. Grayscale: #383838. Windows color (decimal): -15579808 or 6309138. OLE color: 6309138.

HSL color Cylindrical-coordinate representation of color #124560: hue angle of 200.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124560 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 69 96 -
CMYK 0.81 0.28 0 0.62
HSL 200.77º 0.68% 0.22% -
HSV(B) 200.77º 0.81% 0.38% -
XYZ 4.49 5.23 11.84 -
YUV 56.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 18 69 96 0.81 0.28 0 0.62 200.77 0.68 0.22
Hex 12 45 60 51 1C 0 3E C9 44 16
Octal 22 105 140 121 34 0 76 311 104 26
Binary 10010 1000101 1100000 1010001 11100 0 111110 11001001 1000100 10110

Color Harmonies of #124560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124560

Black with #124560

Text Example


Text Example

White with #124560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124560; }

 p { color: rgb(18,69,96); }

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

background-color css

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

 a { background-color: rgb(18,69,96); }

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

border-color css

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

 span { border-color: rgb(18,69,96); }

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