Html Css Color HEX #124360 Astronaut Blue

📋 copy color: '#124360'

red 18 ◦ green 67 ◦ blue 96

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

Shades of Astronaut Blue #124360

Tints of Astronaut Blue #124360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.02%

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

R = 9.94%
G = 37.02%
B = 53.04%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124360 (or 0x124360) is known color: Astronaut Blue. HEX triplet: 12, 43 and 60. RGB value is (18,67,96). Sum of RGB (Red+Green+Blue) = 18+67+96=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #124360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124360 is #EDBC9F. Grayscale: #373737. Windows color (decimal): -15580320 or 6308626. OLE color: 6308626.

HSL color Cylindrical-coordinate representation of color #124360: hue angle of 202.31º 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 #124360 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 67 96 -
CMYK 0.81 0.30 0 0.62
HSL 202.31º 0.68% 0.22% -
HSV(B) 202.31º 0.81% 0.38% -
XYZ 4.37 4.99 11.8 -
YUV 55.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 18 67 96 0.81 0.30 0 0.62 202.31 0.68 0.22
Hex 12 43 60 51 1E 0 3E CA 44 16
Octal 22 103 140 121 36 0 76 312 104 26
Binary 10010 1000011 1100000 1010001 11110 0 111110 11001010 1000100 10110

Color Harmonies of #124360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124360

Black with #124360

Text Example


Text Example

White with #124360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124360; }

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

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

background-color css

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

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

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

border-color css

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

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

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