Html Css Color HEX #132457 Sapphire

📋 copy color: '#132457'

red 19 ◦ green 36 ◦ blue 87

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

Shades of Sapphire #132457

Tints of Sapphire #132457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.35%

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

R = 13.38%
G = 25.35%
B = 61.27%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#132457 (or 0x132457) is known color: Sapphire. HEX triplet: 13, 24 and 57. RGB value is (19,36,87). Sum of RGB (Red+Green+Blue) = 19+36+87=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #132457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132457 is #ECDBA8. Grayscale: #242424. Windows color (decimal): -15522729 or 5710867. OLE color: 5710867.

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

Color convert

RGB 19 36 87 -
CMYK 0.78 0.59 0 0.66
HSL 225º 0.64% 0.21% -
HSV(B) 225º 0.78% 0.34% -
XYZ 2.62 2.09 9.28 -
YUV 36.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 19 36 87 0.78 0.59 0 0.66 225 0.64 0.21
Hex 13 24 57 4E 3B 0 42 E1 40 15
Octal 23 44 127 116 73 0 102 341 100 25
Binary 10011 100100 1010111 1001110 111011 0 1000010 11100001 1000000 10101

Color Harmonies of #132457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132457

Black with #132457

Text Example


Text Example

White with #132457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132457; }

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

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

background-color css

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

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

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

border-color css

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

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

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