Html Css Color HEX #132F60 Sapphire

📋 copy color: '#132F60'

red 19 ◦ green 47 ◦ blue 96

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

Shades of Sapphire #132F60

Tints of Sapphire #132F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.01%

 BLUE value IS 96 (37.89% from 255) = 59.26%

R = 11.73%
G = 29.01%
B = 59.26%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132F60 (or 0x132F60) is known color: Sapphire. HEX triplet: 13, 2F and 60. RGB value is (19,47,96). Sum of RGB (Red+Green+Blue) = 19+47+96=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #132F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F60 is #ECD09F. Grayscale: #2B2B2B. Windows color (decimal): -15519904 or 6303507. OLE color: 6303507.

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

Color convert

RGB 19 47 96 -
CMYK 0.80 0.51 0 0.62
HSL 218.18º 0.67% 0.23% -
HSV(B) 218.18º 0.8% 0.38% -
XYZ 3.4 3.02 11.47 -
YUV 44.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 19 47 96 0.80 0.51 0 0.62 218.18 0.67 0.23
Hex 13 2F 60 50 33 0 3E DA 43 17
Octal 23 57 140 120 63 0 76 332 103 27
Binary 10011 101111 1100000 1010000 110011 0 111110 11011010 1000011 10111

Color Harmonies of #132F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F60

Black with #132F60

Text Example


Text Example

White with #132F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132F60; }

 p { color: rgb(19,47,96); }

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

background-color css

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

 a { background-color: rgb(19,47,96); }

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

border-color css

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

 span { border-color: rgb(19,47,96); }

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