Html Css Color HEX #132966 Sapphire

📋 copy color: '#132966'

red 19 ◦ green 41 ◦ blue 102

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

Shades of Sapphire #132966

Tints of Sapphire #132966

RGB

 RED value IS 19 (7.81% from 255) = 11.73%

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

 BLUE value IS 102 (40.23% from 255) = 62.96%

R = 11.73%
G = 25.31%
B = 62.96%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#132966 (or 0x132966) is known color: Sapphire. HEX triplet: 13, 29 and 66. RGB value is (19,41,102). Sum of RGB (Red+Green+Blue) = 19+41+102=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #132966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132966 is #ECD699. Grayscale: #292929. Windows color (decimal): -15521434 or 6695187. OLE color: 6695187.

HSL color Cylindrical-coordinate representation of color #132966: hue angle of 224.1º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132966 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 41 102 -
CMYK 0.81 0.60 0 0.6
HSL 224.1º 0.69% 0.24% -
HSV(B) 224.1º 0.81% 0.4% -
XYZ 3.46 2.68 12.91 -
YUV 41.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 19 41 102 0.81 0.60 0 0.6 224.1 0.69 0.24
Hex 13 29 66 51 3C 0 3C E0 45 18
Octal 23 51 146 121 74 0 74 340 105 30
Binary 10011 101001 1100110 1010001 111100 0 111100 11100000 1000101 11000

Color Harmonies of #132966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132966

Black with #132966

Text Example


Text Example

White with #132966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132966; }

 p { color: rgb(19,41,102); }

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

background-color css

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

 a { background-color: rgb(19,41,102); }

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

border-color css

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

 span { border-color: rgb(19,41,102); }

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