Html Css Color HEX #132057 Sapphire

📋 copy color: '#132057'

red 19 ◦ green 32 ◦ blue 87

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

Shades of Sapphire #132057

Tints of Sapphire #132057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

 BLUE value IS 87 (34.38% from 255) = 63.04%

R = 13.77%
G = 23.19%
B = 63.04%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#132057 (or 0x132057) is known color: Sapphire. HEX triplet: 13, 20 and 57. RGB value is (19,32,87). Sum of RGB (Red+Green+Blue) = 19+32+87=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #132057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132057 is #ECDFA8. Grayscale: #222222. Windows color (decimal): -15523753 or 5709843. OLE color: 5709843.

HSL color Cylindrical-coordinate representation of color #132057: hue angle of 228.53º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132057 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 32 87 -
CMYK 0.78 0.63 0 0.66
HSL 228.53º 0.64% 0.21% -
HSV(B) 228.53º 0.78% 0.34% -
XYZ 2.51 1.86 9.24 -
YUV 34.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 19 32 87 0.78 0.63 0 0.66 228.53 0.64 0.21
Hex 13 20 57 4E 3F 0 42 E5 40 15
Octal 23 40 127 116 77 0 102 345 100 25
Binary 10011 100000 1010111 1001110 111111 0 1000010 11100101 1000000 10101

Color Harmonies of #132057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132057

Black with #132057

Text Example


Text Example

White with #132057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132057; }

 p { color: rgb(19,32,87); }

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

background-color css

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

 a { background-color: rgb(19,32,87); }

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

border-color css

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

 span { border-color: rgb(19,32,87); }

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