Html Css Color HEX #132055 Sapphire

📋 copy color: '#132055'

red 19 ◦ green 32 ◦ blue 85

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

Shades of Sapphire #132055

Tints of Sapphire #132055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.53%

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

R = 13.97%
G = 23.53%
B = 62.5%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132055 (or 0x132055) is known color: Sapphire. HEX triplet: 13, 20 and 55. RGB value is (19,32,85). Sum of RGB (Red+Green+Blue) = 19+32+85=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #132055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132055 is #ECDFAA. Grayscale: #212121. Windows color (decimal): -15523755 or 5578771. OLE color: 5578771.

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

Color convert

RGB 19 32 85 -
CMYK 0.78 0.62 0 0.67
HSL 228.18º 0.63% 0.2% -
HSV(B) 228.18º 0.78% 0.33% -
XYZ 2.42 1.83 8.82 -
YUV 34.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 19 32 85 0.78 0.62 0 0.67 228.18 0.63 0.2
Hex 13 20 55 4E 3E 0 43 E4 3F 14
Octal 23 40 125 116 76 0 103 344 77 24
Binary 10011 100000 1010101 1001110 111110 0 1000011 11100100 111111 10100

Color Harmonies of #132055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132055

Black with #132055

Text Example


Text Example

White with #132055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132055; }

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

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

background-color css

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

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

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

border-color css

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

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

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