Html Css Color HEX #132953 Sapphire

📋 copy color: '#132953'

red 19 ◦ green 41 ◦ blue 83

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

Shades of Sapphire #132953

Tints of Sapphire #132953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

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

R = 13.29%
G = 28.67%
B = 58.04%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132953 (or 0x132953) is known color: Sapphire. HEX triplet: 13, 29 and 53. RGB value is (19,41,83). Sum of RGB (Red+Green+Blue) = 19+41+83=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #132953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132953 is #ECD6AC. Grayscale: #272727. Windows color (decimal): -15521453 or 5450003. OLE color: 5450003.

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

Color convert

RGB 19 41 83 -
CMYK 0.77 0.51 0 0.67
HSL 219.38º 0.63% 0.2% -
HSV(B) 219.38º 0.77% 0.33% -
XYZ 2.62 2.35 8.5 -
YUV 39.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 19 41 83 0.77 0.51 0 0.67 219.38 0.63 0.2
Hex 13 29 53 4D 33 0 43 DB 3F 14
Octal 23 51 123 115 63 0 103 333 77 24
Binary 10011 101001 1010011 1001101 110011 0 1000011 11011011 111111 10100

Color Harmonies of #132953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132953

Black with #132953

Text Example


Text Example

White with #132953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132953; }

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

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

background-color css

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

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

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

border-color css

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

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

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