Html Css Color HEX #11236D Sapphire

📋 copy color: '#11236D'

red 17 ◦ green 35 ◦ blue 109

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

Shades of Sapphire #11236D

Tints of Sapphire #11236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.74%

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

R = 10.56%
G = 21.74%
B = 67.7%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11236D (or 0x11236D) is known color: Sapphire. HEX triplet: 11, 23 and 6D. RGB value is (17,35,109). Sum of RGB (Red+Green+Blue) = 17+35+109=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #11236D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11236D is #EEDC92. Grayscale: #252525. Windows color (decimal): -15654035 or 7152401. OLE color: 7152401.

HSL color Cylindrical-coordinate representation of color #11236D: hue angle of 228.26º 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 #11236D is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 35 109 -
CMYK 0.84 0.68 0 0.57
HSL 228.26º 0.73% 0.25% -
HSV(B) 228.26º 0.84% 0.43% -
XYZ 3.59 2.43 14.75 -
YUV 38.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 17 35 109 0.84 0.68 0 0.57 228.26 0.73 0.25
Hex 11 23 6D 54 44 0 39 E4 49 19
Octal 21 43 155 124 104 0 71 344 111 31
Binary 10001 100011 1101101 1010100 1000100 0 111001 11100100 1001001 11001

Color Harmonies of #11236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11236D

Black with #11236D

Text Example


Text Example

White with #11236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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