Html Css Color HEX #132266 Sapphire

📋 copy color: '#132266'

red 19 ◦ green 34 ◦ blue 102

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

Shades of Sapphire #132266

Tints of Sapphire #132266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 12.26%
G = 21.94%
B = 65.81%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#132266 (or 0x132266) is known color: Sapphire. HEX triplet: 13, 22 and 66. RGB value is (19,34,102). Sum of RGB (Red+Green+Blue) = 19+34+102=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #132266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132266 is #ECDD99. Grayscale: #242424. Windows color (decimal): -15523226 or 6693395. OLE color: 6693395.

HSL color Cylindrical-coordinate representation of color #132266: hue angle of 229.16º 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 #132266 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 34 102 -
CMYK 0.81 0.67 0 0.6
HSL 229.16º 0.69% 0.24% -
HSV(B) 229.16º 0.81% 0.4% -
XYZ 3.24 2.24 12.83 -
YUV 37.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 19 34 102 0.81 0.67 0 0.6 229.16 0.69 0.24
Hex 13 22 66 51 43 0 3C E5 45 18
Octal 23 42 146 121 103 0 74 345 105 30
Binary 10011 100010 1100110 1010001 1000011 0 111100 11100101 1000101 11000

Color Harmonies of #132266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132266

Black with #132266

Text Example


Text Example

White with #132266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132266; }

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

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

background-color css

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

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

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

border-color css

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

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

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