Html Css Color HEX #11297D Sapphire

📋 copy color: '#11297D'

red 17 ◦ green 41 ◦ blue 125

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

Shades of Sapphire #11297D

Tints of Sapphire #11297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.4%

 BLUE value IS 125 (49.22% from 255) = 68.31%

R = 9.29%
G = 22.4%
B = 68.31%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11297D (or 0x11297D) is known color: Sapphire. HEX triplet: 11, 29 and 7D. RGB value is (17,41,125). Sum of RGB (Red+Green+Blue) = 17+41+125=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #11297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11297D is #EED682. Grayscale: #2B2B2B. Windows color (decimal): -15652483 or 8202513. OLE color: 8202513.

HSL color Cylindrical-coordinate representation of color #11297D: hue angle of 226.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11297D is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 41 125 -
CMYK 0.86 0.67 0 0.51
HSL 226.67º 0.76% 0.28% -
HSV(B) 226.67º 0.86% 0.49% -
XYZ 4.73 3.19 19.77 -
YUV 43.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 17 41 125 0.86 0.67 0 0.51 226.67 0.76 0.28
Hex 11 29 7D 56 43 0 33 E3 4C 1C
Octal 21 51 175 126 103 0 63 343 114 34
Binary 10001 101001 1111101 1010110 1000011 0 110011 11100011 1001100 11100

Color Harmonies of #11297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11297D

Black with #11297D

Text Example


Text Example

White with #11297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,41,125); }

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

background-color css

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

 a { background-color: rgb(17,41,125); }

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

border-color css

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

 span { border-color: rgb(17,41,125); }

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