Html Css Color HEX #132355 Sapphire

📋 copy color: '#132355'

red 19 ◦ green 35 ◦ blue 85

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

Shades of Sapphire #132355

Tints of Sapphire #132355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.18%

 BLUE value IS 85 (33.59% from 255) = 61.15%

R = 13.67%
G = 25.18%
B = 61.15%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132355 (or 0x132355) is known color: Sapphire. HEX triplet: 13, 23 and 55. RGB value is (19,35,85). Sum of RGB (Red+Green+Blue) = 19+35+85=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #132355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132355 is #ECDCAA. Grayscale: #232323. Windows color (decimal): -15522987 or 5579539. OLE color: 5579539.

HSL color Cylindrical-coordinate representation of color #132355: hue angle of 225.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132355 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 35 85 -
CMYK 0.78 0.59 0 0.67
HSL 225.45º 0.63% 0.2% -
HSV(B) 225.45º 0.78% 0.33% -
XYZ 2.51 2 8.85 -
YUV 35.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 19 35 85 0.78 0.59 0 0.67 225.45 0.63 0.2
Hex 13 23 55 4E 3B 0 43 E1 3F 14
Octal 23 43 125 116 73 0 103 341 77 24
Binary 10011 100011 1010101 1001110 111011 0 1000011 11100001 111111 10100

Color Harmonies of #132355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132355

Black with #132355

Text Example


Text Example

White with #132355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132355; }

 p { color: rgb(19,35,85); }

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

background-color css

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

 a { background-color: rgb(19,35,85); }

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

border-color css

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

 span { border-color: rgb(19,35,85); }

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