Html Css Color HEX #132755 Sapphire

📋 copy color: '#132755'

red 19 ◦ green 39 ◦ blue 85

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

Shades of Sapphire #132755

Tints of Sapphire #132755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

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

R = 13.29%
G = 27.27%
B = 59.44%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132755 (or 0x132755) is known color: Sapphire. HEX triplet: 13, 27 and 55. RGB value is (19,39,85). Sum of RGB (Red+Green+Blue) = 19+39+85=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #132755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132755 is #ECD8AA. Grayscale: #262626. Windows color (decimal): -15521963 or 5580563. OLE color: 5580563.

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

Color convert

RGB 19 39 85 -
CMYK 0.78 0.54 0 0.67
HSL 221.82º 0.63% 0.2% -
HSV(B) 221.82º 0.78% 0.33% -
XYZ 2.63 2.25 8.89 -
YUV 38.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 19 39 85 0.78 0.54 0 0.67 221.82 0.63 0.2
Hex 13 27 55 4E 36 0 43 DE 3F 14
Octal 23 47 125 116 66 0 103 336 77 24
Binary 10011 100111 1010101 1001110 110110 0 1000011 11011110 111111 10100

Color Harmonies of #132755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132755

Black with #132755

Text Example


Text Example

White with #132755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132755; }

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

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

background-color css

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

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

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

border-color css

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

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

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