Html Css Color HEX #11346C Sapphire

📋 copy color: '#11346C'

red 17 ◦ green 52 ◦ blue 108

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

Shades of Sapphire #11346C

Tints of Sapphire #11346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

 BLUE value IS 108 (42.58% from 255) = 61.02%

R = 9.6%
G = 29.38%
B = 61.02%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11346C (or 0x11346C) is known color: Sapphire. HEX triplet: 11, 34 and 6C. RGB value is (17,52,108). Sum of RGB (Red+Green+Blue) = 17+52+108=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #11346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11346C is #EECB93. Grayscale: #2F2F2F. Windows color (decimal): -15649684 or 7091217. OLE color: 7091217.

HSL color Cylindrical-coordinate representation of color #11346C: hue angle of 216.92º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11346C is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 52 108 -
CMYK 0.84 0.52 0 0.58
HSL 216.92º 0.73% 0.25% -
HSV(B) 216.92º 0.84% 0.42% -
XYZ 4.17 3.66 14.67 -
YUV 47.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 17 52 108 0.84 0.52 0 0.58 216.92 0.73 0.25
Hex 11 34 6C 54 34 0 3A D9 49 19
Octal 21 64 154 124 64 0 72 331 111 31
Binary 10001 110100 1101100 1010100 110100 0 111010 11011001 1001001 11001

Color Harmonies of #11346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11346C

Black with #11346C

Text Example


Text Example

White with #11346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11346C; }

 p { color: rgb(17,52,108); }

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

background-color css

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

 a { background-color: rgb(17,52,108); }

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

border-color css

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

 span { border-color: rgb(17,52,108); }

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