Html Css Color HEX #114360 Astronaut Blue

📋 copy color: '#114360'

red 17 ◦ green 67 ◦ blue 96

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

Shades of Astronaut Blue #114360

Tints of Astronaut Blue #114360

RGB

 RED value IS 17 (7.03% from 255) = 9.44%

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

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

R = 9.44%
G = 37.22%
B = 53.33%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114360 (or 0x114360) is known color: Astronaut Blue. HEX triplet: 11, 43 and 60. RGB value is (17,67,96). Sum of RGB (Red+Green+Blue) = 17+67+96=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #114360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114360 is #EEBC9F. Grayscale: #373737. Windows color (decimal): -15645856 or 6308625. OLE color: 6308625.

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

Color convert

RGB 17 67 96 -
CMYK 0.82 0.30 0 0.62
HSL 202.03º 0.7% 0.22% -
HSV(B) 202.03º 0.82% 0.38% -
XYZ 4.35 4.98 11.8 -
YUV 55.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 17 67 96 0.82 0.30 0 0.62 202.03 0.7 0.22
Hex 11 43 60 52 1E 0 3E CA 46 16
Octal 21 103 140 122 36 0 76 312 106 26
Binary 10001 1000011 1100000 1010010 11110 0 111110 11001010 1000110 10110

Color Harmonies of #114360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114360

Black with #114360

Text Example


Text Example

White with #114360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114360; }

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

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

background-color css

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

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

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

border-color css

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

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

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