Html Css Color HEX #132257 Sapphire

📋 copy color: '#132257'

red 19 ◦ green 34 ◦ blue 87

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

Shades of Sapphire #132257

Tints of Sapphire #132257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.29%

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

R = 13.57%
G = 24.29%
B = 62.14%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#132257 (or 0x132257) is known color: Sapphire. HEX triplet: 13, 22 and 57. RGB value is (19,34,87). Sum of RGB (Red+Green+Blue) = 19+34+87=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #132257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132257 is #ECDDA8. Grayscale: #232323. Windows color (decimal): -15523241 or 5710355. OLE color: 5710355.

HSL color Cylindrical-coordinate representation of color #132257: hue angle of 226.76º 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 #132257 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 34 87 -
CMYK 0.78 0.61 0 0.66
HSL 226.76º 0.64% 0.21% -
HSV(B) 226.76º 0.78% 0.34% -
XYZ 2.56 1.97 9.26 -
YUV 35.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 19 34 87 0.78 0.61 0 0.66 226.76 0.64 0.21
Hex 13 22 57 4E 3D 0 42 E3 40 15
Octal 23 42 127 116 75 0 102 343 100 25
Binary 10011 100010 1010111 1001110 111101 0 1000010 11100011 1000000 10101

Color Harmonies of #132257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132257

Black with #132257

Text Example


Text Example

White with #132257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132257; }

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

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

background-color css

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

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

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

border-color css

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

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

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