Html Css Color HEX #11356E Sapphire

📋 copy color: '#11356E'

red 17 ◦ green 53 ◦ blue 110

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

Shades of Sapphire #11356E

Tints of Sapphire #11356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.44%

 BLUE value IS 110 (43.36% from 255) = 61.11%

R = 9.44%
G = 29.44%
B = 61.11%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11356E (or 0x11356E) is known color: Sapphire. HEX triplet: 11, 35 and 6E. RGB value is (17,53,110). Sum of RGB (Red+Green+Blue) = 17+53+110=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #11356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11356E is #EECA91. Grayscale: #303030. Windows color (decimal): -15649426 or 7222545. OLE color: 7222545.

HSL color Cylindrical-coordinate representation of color #11356E: hue angle of 216.77º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11356E is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 53 110 -
CMYK 0.85 0.52 0 0.57
HSL 216.77º 0.73% 0.25% -
HSV(B) 216.77º 0.85% 0.43% -
XYZ 4.32 3.79 15.26 -
YUV 48.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 17 53 110 0.85 0.52 0 0.57 216.77 0.73 0.25
Hex 11 35 6E 55 34 0 39 D9 49 19
Octal 21 65 156 125 64 0 71 331 111 31
Binary 10001 110101 1101110 1010101 110100 0 111001 11011001 1001001 11001

Color Harmonies of #11356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11356E

Black with #11356E

Text Example


Text Example

White with #11356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11356E; }

 p { color: rgb(17,53,110); }

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

background-color css

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

 a { background-color: rgb(17,53,110); }

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

border-color css

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

 span { border-color: rgb(17,53,110); }

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