Html Css Color HEX #132561 Sapphire

📋 copy color: '#132561'

red 19 ◦ green 37 ◦ blue 97

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

Shades of Sapphire #132561

Tints of Sapphire #132561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 63.4%

R = 12.42%
G = 24.18%
B = 63.4%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132561 (or 0x132561) is known color: Sapphire. HEX triplet: 13, 25 and 61. RGB value is (19,37,97). Sum of RGB (Red+Green+Blue) = 19+37+97=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #132561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132561 is #ECDA9E. Grayscale: #262626. Windows color (decimal): -15522463 or 6366483. OLE color: 6366483.

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

Color convert

RGB 19 37 97 -
CMYK 0.80 0.62 0 0.62
HSL 226.15º 0.67% 0.23% -
HSV(B) 226.15º 0.8% 0.38% -
XYZ 3.09 2.32 11.6 -
YUV 38.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 19 37 97 0.80 0.62 0 0.62 226.15 0.67 0.23
Hex 13 25 61 50 3E 0 3E E2 43 17
Octal 23 45 141 120 76 0 76 342 103 27
Binary 10011 100101 1100001 1010000 111110 0 111110 11100010 1000011 10111

Color Harmonies of #132561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132561

Black with #132561

Text Example


Text Example

White with #132561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132561; }

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

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

background-color css

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

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

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

border-color css

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

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

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