Html Css Color HEX #132753 Sapphire

📋 copy color: '#132753'

red 19 ◦ green 39 ◦ blue 83

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

Shades of Sapphire #132753

Tints of Sapphire #132753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 58.87%

R = 13.48%
G = 27.66%
B = 58.87%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132753 (or 0x132753) is known color: Sapphire. HEX triplet: 13, 27 and 53. RGB value is (19,39,83). Sum of RGB (Red+Green+Blue) = 19+39+83=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #132753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132753 is #ECD8AC. Grayscale: #252525. Windows color (decimal): -15521965 or 5449491. OLE color: 5449491.

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

Color convert

RGB 19 39 83 -
CMYK 0.77 0.53 0 0.67
HSL 221.25º 0.63% 0.2% -
HSV(B) 221.25º 0.77% 0.33% -
XYZ 2.56 2.21 8.48 -
YUV 38.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 19 39 83 0.77 0.53 0 0.67 221.25 0.63 0.2
Hex 13 27 53 4D 35 0 43 DD 3F 14
Octal 23 47 123 115 65 0 103 335 77 24
Binary 10011 100111 1010011 1001101 110101 0 1000011 11011101 111111 10100

Color Harmonies of #132753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132753

Black with #132753

Text Example


Text Example

White with #132753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132753; }

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

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

background-color css

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

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

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

border-color css

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

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

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