Html Css Color HEX #115470 Orient

📋 copy color: '#115470'

red 17 ◦ green 84 ◦ blue 112

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

Shades of Orient #115470

Tints of Orient #115470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.44%

 BLUE value IS 112 (44.14% from 255) = 52.58%

R = 7.98%
G = 39.44%
B = 52.58%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115470 (or 0x115470) is known color: Orient. HEX triplet: 11, 54 and 70. RGB value is (17,84,112). Sum of RGB (Red+Green+Blue) = 17+84+112=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #115470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115470 is #EEAB8F. Grayscale: #424242. Windows color (decimal): -15641488 or 7361553. OLE color: 7361553.

HSL color Cylindrical-coordinate representation of color #115470: hue angle of 197.68º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115470 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 84 112 -
CMYK 0.85 0.25 0 0.56
HSL 197.68º 0.74% 0.25% -
HSV(B) 197.68º 0.85% 0.44% -
XYZ 6.33 7.63 16.47 -
YUV 67.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 17 84 112 0.85 0.25 0 0.56 197.68 0.74 0.25
Hex 11 54 70 55 19 0 38 C6 4A 19
Octal 21 124 160 125 31 0 70 306 112 31
Binary 10001 1010100 1110000 1010101 11001 0 111000 11000110 1001010 11001

Color Harmonies of #115470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115470

Black with #115470

Text Example


Text Example

White with #115470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115470; }

 p { color: rgb(17,84,112); }

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

background-color css

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

 a { background-color: rgb(17,84,112); }

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

border-color css

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

 span { border-color: rgb(17,84,112); }

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