Html Css Color HEX #113261 Sapphire

📋 copy color: '#113261'

red 17 ◦ green 50 ◦ blue 97

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

Shades of Sapphire #113261

Tints of Sapphire #113261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 59.15%

R = 10.37%
G = 30.49%
B = 59.15%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113261 (or 0x113261) is known color: Sapphire. HEX triplet: 11, 32 and 61. RGB value is (17,50,97). Sum of RGB (Red+Green+Blue) = 17+50+97=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #113261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113261 is #EECD9E. Grayscale: #2D2D2D. Windows color (decimal): -15650207 or 6369809. OLE color: 6369809.

HSL color Cylindrical-coordinate representation of color #113261: hue angle of 215.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113261 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 50 97 -
CMYK 0.82 0.48 0 0.62
HSL 215.25º 0.7% 0.22% -
HSV(B) 215.25º 0.82% 0.38% -
XYZ 3.53 3.26 11.75 -
YUV 45.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 17 50 97 0.82 0.48 0 0.62 215.25 0.7 0.22
Hex 11 32 61 52 30 0 3E D7 46 16
Octal 21 62 141 122 60 0 76 327 106 26
Binary 10001 110010 1100001 1010010 110000 0 111110 11010111 1000110 10110

Color Harmonies of #113261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113261

Black with #113261

Text Example


Text Example

White with #113261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113261; }

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

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

background-color css

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

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

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

border-color css

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

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

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