Html Css Color HEX #132162 Sapphire

📋 copy color: '#132162'

red 19 ◦ green 33 ◦ blue 98

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

Shades of Sapphire #132162

Tints of Sapphire #132162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22%

 BLUE value IS 98 (38.67% from 255) = 65.33%

R = 12.67%
G = 22%
B = 65.33%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132162 (or 0x132162) is known color: Sapphire. HEX triplet: 13, 21 and 62. RGB value is (19,33,98). Sum of RGB (Red+Green+Blue) = 19+33+98=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #132162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132162 is #ECDE9D. Grayscale: #232323. Windows color (decimal): -15523486 or 6430995. OLE color: 6430995.

HSL color Cylindrical-coordinate representation of color #132162: hue angle of 229.37º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132162 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 33 98 -
CMYK 0.81 0.66 0 0.62
HSL 229.37º 0.68% 0.23% -
HSV(B) 229.37º 0.81% 0.38% -
XYZ 3.02 2.11 11.8 -
YUV 36.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 19 33 98 0.81 0.66 0 0.62 229.37 0.68 0.23
Hex 13 21 62 51 42 0 3E E5 44 17
Octal 23 41 142 121 102 0 76 345 104 27
Binary 10011 100001 1100010 1010001 1000010 0 111110 11100101 1000100 10111

Color Harmonies of #132162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132162

Black with #132162

Text Example


Text Example

White with #132162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132162; }

 p { color: rgb(19,33,98); }

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

background-color css

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

 a { background-color: rgb(19,33,98); }

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

border-color css

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

 span { border-color: rgb(19,33,98); }

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