Html Css Color HEX #132858 Sapphire

📋 copy color: '#132858'

red 19 ◦ green 40 ◦ blue 88

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

Shades of Sapphire #132858

Tints of Sapphire #132858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.21%

 BLUE value IS 88 (34.77% from 255) = 59.86%

R = 12.93%
G = 27.21%
B = 59.86%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132858 (or 0x132858) is known color: Sapphire. HEX triplet: 13, 28 and 58. RGB value is (19,40,88). Sum of RGB (Red+Green+Blue) = 19+40+88=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #132858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132858 is #ECD7A7. Grayscale: #262626. Windows color (decimal): -15521704 or 5777427. OLE color: 5777427.

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

Color convert

RGB 19 40 88 -
CMYK 0.78 0.55 0 0.65
HSL 221.74º 0.64% 0.21% -
HSV(B) 221.74º 0.78% 0.35% -
XYZ 2.79 2.36 9.54 -
YUV 39.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 19 40 88 0.78 0.55 0 0.65 221.74 0.64 0.21
Hex 13 28 58 4E 37 0 41 DE 40 15
Octal 23 50 130 116 67 0 101 336 100 25
Binary 10011 101000 1011000 1001110 110111 0 1000001 11011110 1000000 10101

Color Harmonies of #132858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132858

Black with #132858

Text Example


Text Example

White with #132858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132858; }

 p { color: rgb(19,40,88); }

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

background-color css

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

 a { background-color: rgb(19,40,88); }

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

border-color css

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

 span { border-color: rgb(19,40,88); }

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