Html Css Color HEX #132962 Sapphire

📋 copy color: '#132962'

red 19 ◦ green 41 ◦ blue 98

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

Shades of Sapphire #132962

Tints of Sapphire #132962

RGB

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

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

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

R = 12.03%
G = 25.95%
B = 62.03%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132962 (or 0x132962) is known color: Sapphire. HEX triplet: 13, 29 and 62. RGB value is (19,41,98). Sum of RGB (Red+Green+Blue) = 19+41+98=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #132962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132962 is #ECD69D. Grayscale: #282828. Windows color (decimal): -15521438 or 6433043. OLE color: 6433043.

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

Color convert

RGB 19 41 98 -
CMYK 0.81 0.58 0 0.62
HSL 223.29º 0.68% 0.23% -
HSV(B) 223.29º 0.81% 0.38% -
XYZ 3.27 2.61 11.89 -
YUV 40.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 19 41 98 0.81 0.58 0 0.62 223.29 0.68 0.23
Hex 13 29 62 51 3A 0 3E DF 44 17
Octal 23 51 142 121 72 0 76 337 104 27
Binary 10011 101001 1100010 1010001 111010 0 111110 11011111 1000100 10111

Color Harmonies of #132962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132962

Black with #132962

Text Example


Text Example

White with #132962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132962; }

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

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

background-color css

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

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

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

border-color css

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

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

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