Html Css Color HEX #13326B Sapphire

📋 copy color: '#13326B'

red 19 ◦ green 50 ◦ blue 107

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

Shades of Sapphire #13326B

Tints of Sapphire #13326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 60.8%

R = 10.8%
G = 28.41%
B = 60.8%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13326B (or 0x13326B) is known color: Sapphire. HEX triplet: 13, 32 and 6B. RGB value is (19,50,107). Sum of RGB (Red+Green+Blue) = 19+50+107=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #13326B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13326B is #ECCD94. Grayscale: #2E2E2E. Windows color (decimal): -15519125 or 7025171. OLE color: 7025171.

HSL color Cylindrical-coordinate representation of color #13326B: hue angle of 218.86º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13326B is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 50 107 -
CMYK 0.82 0.53 0 0.58
HSL 218.86º 0.7% 0.25% -
HSV(B) 218.86º 0.82% 0.42% -
XYZ 4.06 3.48 14.37 -
YUV 47.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 19 50 107 0.82 0.53 0 0.58 218.86 0.7 0.25
Hex 13 32 6B 52 35 0 3A DB 46 19
Octal 23 62 153 122 65 0 72 333 106 31
Binary 10011 110010 1101011 1010010 110101 0 111010 11011011 1000110 11001

Color Harmonies of #13326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13326B

Black with #13326B

Text Example


Text Example

White with #13326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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