Html Css Color HEX #11297B Sapphire

📋 copy color: '#11297B'

red 17 ◦ green 41 ◦ blue 123

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

Shades of Sapphire #11297B

Tints of Sapphire #11297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 67.96%

R = 9.39%
G = 22.65%
B = 67.96%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11297B (or 0x11297B) is known color: Sapphire. HEX triplet: 11, 29 and 7B. RGB value is (17,41,123). Sum of RGB (Red+Green+Blue) = 17+41+123=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #11297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11297B is #EED684. Grayscale: #2A2A2A. Windows color (decimal): -15652485 or 8071441. OLE color: 8071441.

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

Color convert

RGB 17 41 123 -
CMYK 0.86 0.67 0 0.52
HSL 226.42º 0.76% 0.27% -
HSV(B) 226.42º 0.86% 0.48% -
XYZ 4.6 3.14 19.1 -
YUV 43.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 17 41 123 0.86 0.67 0 0.52 226.42 0.76 0.27
Hex 11 29 7B 56 43 0 34 E2 4C 1B
Octal 21 51 173 126 103 0 64 342 114 33
Binary 10001 101001 1111011 1010110 1000011 0 110100 11100010 1001100 11011

Color Harmonies of #11297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11297B

Black with #11297B

Text Example


Text Example

White with #11297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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