Html Css Color HEX #132260 Sapphire

📋 copy color: '#132260'

red 19 ◦ green 34 ◦ blue 96

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

Shades of Sapphire #132260

Tints of Sapphire #132260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 64.43%

R = 12.75%
G = 22.82%
B = 64.43%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132260 (or 0x132260) is known color: Sapphire. HEX triplet: 13, 22 and 60. RGB value is (19,34,96). Sum of RGB (Red+Green+Blue) = 19+34+96=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #132260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132260 is #ECDD9F. Grayscale: #242424. Windows color (decimal): -15523232 or 6300179. OLE color: 6300179.

HSL color Cylindrical-coordinate representation of color #132260: hue angle of 228.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132260 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 34 96 -
CMYK 0.80 0.65 0 0.62
HSL 228.31º 0.67% 0.23% -
HSV(B) 228.31º 0.8% 0.38% -
XYZ 2.95 2.13 11.32 -
YUV 36.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 19 34 96 0.80 0.65 0 0.62 228.31 0.67 0.23
Hex 13 22 60 50 41 0 3E E4 43 17
Octal 23 42 140 120 101 0 76 344 103 27
Binary 10011 100010 1100000 1010000 1000001 0 111110 11100100 1000011 10111

Color Harmonies of #132260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132260

Black with #132260

Text Example


Text Example

White with #132260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132260; }

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

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

background-color css

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

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

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

border-color css

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

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

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