Html Css Color HEX #13326D Sapphire

📋 copy color: '#13326D'

red 19 ◦ green 50 ◦ blue 109

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

Shades of Sapphire #13326D

Tints of Sapphire #13326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 109 (42.97% from 255) = 61.24%

R = 10.67%
G = 28.09%
B = 61.24%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13326D (or 0x13326D) is known color: Sapphire. HEX triplet: 13, 32 and 6D. RGB value is (19,50,109). Sum of RGB (Red+Green+Blue) = 19+50+109=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #13326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13326D is #ECCD92. Grayscale: #2F2F2F. Windows color (decimal): -15519123 or 7156243. OLE color: 7156243.

HSL color Cylindrical-coordinate representation of color #13326D: hue angle of 219.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13326D is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 50 109 -
CMYK 0.83 0.54 0 0.57
HSL 219.33º 0.7% 0.25% -
HSV(B) 219.33º 0.83% 0.43% -
XYZ 4.17 3.52 14.93 -
YUV 47.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 19 50 109 0.83 0.54 0 0.57 219.33 0.7 0.25
Hex 13 32 6D 53 36 0 39 DB 46 19
Octal 23 62 155 123 66 0 71 333 106 31
Binary 10011 110010 1101101 1010011 110110 0 111001 11011011 1000110 11001

Color Harmonies of #13326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13326D

Black with #13326D

Text Example


Text Example

White with #13326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13326D; }

 p { color: rgb(19,50,109); }

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

background-color css

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

 a { background-color: rgb(19,50,109); }

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

border-color css

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

 span { border-color: rgb(19,50,109); }

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