Html Css Color HEX #132562 Sapphire

📋 copy color: '#132562'

red 19 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #132562

Tints of Sapphire #132562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.03%

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

R = 12.34%
G = 24.03%
B = 63.64%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132562 (or 0x132562) is known color: Sapphire. HEX triplet: 13, 25 and 62. RGB value is (19,37,98). Sum of RGB (Red+Green+Blue) = 19+37+98=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #132562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132562 is #ECDA9D. Grayscale: #262626. Windows color (decimal): -15522462 or 6432019. OLE color: 6432019.

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

Color convert

RGB 19 37 98 -
CMYK 0.81 0.62 0 0.62
HSL 226.33º 0.68% 0.23% -
HSV(B) 226.33º 0.81% 0.38% -
XYZ 3.13 2.34 11.84 -
YUV 38.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 19 37 98 0.81 0.62 0 0.62 226.33 0.68 0.23
Hex 13 25 62 51 3E 0 3E E2 44 17
Octal 23 45 142 121 76 0 76 342 104 27
Binary 10011 100101 1100010 1010001 111110 0 111110 11100010 1000100 10111

Color Harmonies of #132562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132562

Black with #132562

Text Example


Text Example

White with #132562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132562; }

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

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

background-color css

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

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

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

border-color css

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

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

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