Html Css Color HEX #132555 Sapphire

📋 copy color: '#132555'

red 19 ◦ green 37 ◦ blue 85

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

Shades of Sapphire #132555

Tints of Sapphire #132555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

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

R = 13.48%
G = 26.24%
B = 60.28%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132555 (or 0x132555) is known color: Sapphire. HEX triplet: 13, 25 and 55. RGB value is (19,37,85). Sum of RGB (Red+Green+Blue) = 19+37+85=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #132555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132555 is #ECDAAA. Grayscale: #242424. Windows color (decimal): -15522475 or 5580051. OLE color: 5580051.

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

Color convert

RGB 19 37 85 -
CMYK 0.78 0.56 0 0.67
HSL 223.64º 0.63% 0.2% -
HSV(B) 223.64º 0.78% 0.33% -
XYZ 2.57 2.12 8.87 -
YUV 37.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 19 37 85 0.78 0.56 0 0.67 223.64 0.63 0.2
Hex 13 25 55 4E 38 0 43 E0 3F 14
Octal 23 45 125 116 70 0 103 340 77 24
Binary 10011 100101 1010101 1001110 111000 0 1000011 11100000 111111 10100

Color Harmonies of #132555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132555

Black with #132555

Text Example


Text Example

White with #132555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132555; }

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

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

background-color css

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

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

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

border-color css

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

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

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