Html Css Color HEX #11306D Sapphire

📋 copy color: '#11306D'

red 17 ◦ green 48 ◦ blue 109

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

Shades of Sapphire #11306D

Tints of Sapphire #11306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

 BLUE value IS 109 (42.97% from 255) = 62.64%

R = 9.77%
G = 27.59%
B = 62.64%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11306D (or 0x11306D) is known color: Sapphire. HEX triplet: 11, 30 and 6D. RGB value is (17,48,109). Sum of RGB (Red+Green+Blue) = 17+48+109=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #11306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11306D is #EECF92. Grayscale: #2D2D2D. Windows color (decimal): -15650707 or 7155729. OLE color: 7155729.

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

Color convert

RGB 17 48 109 -
CMYK 0.84 0.56 0 0.57
HSL 219.78º 0.73% 0.25% -
HSV(B) 219.78º 0.84% 0.43% -
XYZ 4.05 3.34 14.9 -
YUV 45.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 17 48 109 0.84 0.56 0 0.57 219.78 0.73 0.25
Hex 11 30 6D 54 38 0 39 DC 49 19
Octal 21 60 155 124 70 0 71 334 111 31
Binary 10001 110000 1101101 1010100 111000 0 111001 11011100 1001001 11001

Color Harmonies of #11306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11306D

Black with #11306D

Text Example


Text Example

White with #11306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11306D; }

 p { color: rgb(17,48,109); }

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

background-color css

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

 a { background-color: rgb(17,48,109); }

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

border-color css

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

 span { border-color: rgb(17,48,109); }

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