Html Css Color HEX #13325E Sapphire

📋 copy color: '#13325E'

red 19 ◦ green 50 ◦ blue 94

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

Shades of Sapphire #13325E

Tints of Sapphire #13325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 57.67%

R = 11.66%
G = 30.67%
B = 57.67%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13325E (or 0x13325E) is known color: Sapphire. HEX triplet: 13, 32 and 5E. RGB value is (19,50,94). Sum of RGB (Red+Green+Blue) = 19+50+94=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #13325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13325E is #ECCDA1. Grayscale: #2D2D2D. Windows color (decimal): -15519138 or 6173203. OLE color: 6173203.

HSL color Cylindrical-coordinate representation of color #13325E: hue angle of 215.2º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13325E is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 50 94 -
CMYK 0.80 0.47 0 0.63
HSL 215.2º 0.66% 0.22% -
HSV(B) 215.2º 0.8% 0.37% -
XYZ 3.43 3.23 11.03 -
YUV 45.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 19 50 94 0.80 0.47 0 0.63 215.2 0.66 0.22
Hex 13 32 5E 50 2F 0 3F D7 42 16
Octal 23 62 136 120 57 0 77 327 102 26
Binary 10011 110010 1011110 1010000 101111 0 111111 11010111 1000010 10110

Color Harmonies of #13325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13325E

Black with #13325E

Text Example


Text Example

White with #13325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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