Html Css Color HEX #132657 Sapphire

📋 copy color: '#132657'

red 19 ◦ green 38 ◦ blue 87

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

Shades of Sapphire #132657

Tints of Sapphire #132657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.39%

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

R = 13.19%
G = 26.39%
B = 60.42%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#132657 (or 0x132657) is known color: Sapphire. HEX triplet: 13, 26 and 57. RGB value is (19,38,87). Sum of RGB (Red+Green+Blue) = 19+38+87=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #132657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132657 is #ECD9A8. Grayscale: #252525. Windows color (decimal): -15522217 or 5711379. OLE color: 5711379.

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

Color convert

RGB 19 38 87 -
CMYK 0.78 0.56 0 0.66
HSL 223.24º 0.64% 0.21% -
HSV(B) 223.24º 0.78% 0.34% -
XYZ 2.68 2.21 9.3 -
YUV 37.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 19 38 87 0.78 0.56 0 0.66 223.24 0.64 0.21
Hex 13 26 57 4E 38 0 42 DF 40 15
Octal 23 46 127 116 70 0 102 337 100 25
Binary 10011 100110 1010111 1001110 111000 0 1000010 11011111 1000000 10101

Color Harmonies of #132657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132657

Black with #132657

Text Example


Text Example

White with #132657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132657; }

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

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

background-color css

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

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

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

border-color css

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

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

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