Html Css Color HEX #13286E Sapphire

📋 copy color: '#13286E'

red 19 ◦ green 40 ◦ blue 110

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

Shades of Sapphire #13286E

Tints of Sapphire #13286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

 BLUE value IS 110 (43.36% from 255) = 65.09%

R = 11.24%
G = 23.67%
B = 65.09%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13286E (or 0x13286E) is known color: Sapphire. HEX triplet: 13, 28 and 6E. RGB value is (19,40,110). Sum of RGB (Red+Green+Blue) = 19+40+110=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #13286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13286E is #ECD791. Grayscale: #292929. Windows color (decimal): -15521682 or 7219219. OLE color: 7219219.

HSL color Cylindrical-coordinate representation of color #13286E: hue angle of 226.15º degrees, saturation: 0.71, 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 #13286E is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 40 110 -
CMYK 0.83 0.64 0 0.57
HSL 226.15º 0.71% 0.25% -
HSV(B) 226.15º 0.83% 0.43% -
XYZ 3.84 2.78 15.09 -
YUV 41.7 166.54 111.81 -
System Red Green Blue C M Y K H S L
Decimal 19 40 110 0.83 0.64 0 0.57 226.15 0.71 0.25
Hex 13 28 6E 53 40 0 39 E2 47 19
Octal 23 50 156 123 100 0 71 342 107 31
Binary 10011 101000 1101110 1010011 1000000 0 111001 11100010 1000111 11001

Color Harmonies of #13286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13286E

Black with #13286E

Text Example


Text Example

White with #13286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,40,110); }

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

background-color css

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

 a { background-color: rgb(19,40,110); }

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

border-color css

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

 span { border-color: rgb(19,40,110); }

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