Html Css Color HEX #113269 Sapphire

📋 copy color: '#113269'

red 17 ◦ green 50 ◦ blue 105

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

Shades of Sapphire #113269

Tints of Sapphire #113269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

 BLUE value IS 105 (41.41% from 255) = 61.05%

R = 9.88%
G = 29.07%
B = 61.05%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113269 (or 0x113269) is known color: Sapphire. HEX triplet: 11, 32 and 69. RGB value is (17,50,105). Sum of RGB (Red+Green+Blue) = 17+50+105=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #113269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113269 is #EECD96. Grayscale: #2E2E2E. Windows color (decimal): -15650199 or 6894097. OLE color: 6894097.

HSL color Cylindrical-coordinate representation of color #113269: hue angle of 217.5º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113269 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 50 105 -
CMYK 0.84 0.52 0 0.59
HSL 217.5º 0.72% 0.24% -
HSV(B) 217.5º 0.84% 0.41% -
XYZ 3.92 3.42 13.82 -
YUV 46.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 17 50 105 0.84 0.52 0 0.59 217.5 0.72 0.24
Hex 11 32 69 54 34 0 3B DA 48 18
Octal 21 62 151 124 64 0 73 332 110 30
Binary 10001 110010 1101001 1010100 110100 0 111011 11011010 1001000 11000

Color Harmonies of #113269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113269

Black with #113269

Text Example


Text Example

White with #113269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113269; }

 p { color: rgb(17,50,105); }

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

background-color css

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

 a { background-color: rgb(17,50,105); }

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

border-color css

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

 span { border-color: rgb(17,50,105); }

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