Html Css Color HEX #132653 Sapphire

📋 copy color: '#132653'

red 19 ◦ green 38 ◦ blue 83

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

Shades of Sapphire #132653

Tints of Sapphire #132653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

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

R = 13.57%
G = 27.14%
B = 59.29%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132653 (or 0x132653) is known color: Sapphire. HEX triplet: 13, 26 and 53. RGB value is (19,38,83). Sum of RGB (Red+Green+Blue) = 19+38+83=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #132653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132653 is #ECD9AC. Grayscale: #252525. Windows color (decimal): -15522221 or 5449235. OLE color: 5449235.

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

Color convert

RGB 19 38 83 -
CMYK 0.77 0.54 0 0.67
HSL 222.19º 0.63% 0.2% -
HSV(B) 222.19º 0.77% 0.33% -
XYZ 2.52 2.15 8.47 -
YUV 37.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 19 38 83 0.77 0.54 0 0.67 222.19 0.63 0.2
Hex 13 26 53 4D 36 0 43 DE 3F 14
Octal 23 46 123 115 66 0 103 336 77 24
Binary 10011 100110 1010011 1001101 110110 0 1000011 11011110 111111 10100

Color Harmonies of #132653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132653

Black with #132653

Text Example


Text Example

White with #132653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132653; }

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

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

background-color css

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

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

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

border-color css

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

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

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