Html Css Color HEX #13287D Sapphire

📋 copy color: '#13287D'

red 19 ◦ green 40 ◦ blue 125

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

Shades of Sapphire #13287D

Tints of Sapphire #13287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 67.93%

R = 10.33%
G = 21.74%
B = 67.93%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13287D (or 0x13287D) is known color: Sapphire. HEX triplet: 13, 28 and 7D. RGB value is (19,40,125). Sum of RGB (Red+Green+Blue) = 19+40+125=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #13287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13287D is #ECD782. Grayscale: #2B2B2B. Windows color (decimal): -15521667 or 8202259. OLE color: 8202259.

HSL color Cylindrical-coordinate representation of color #13287D: hue angle of 228.11º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13287D is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 40 125 -
CMYK 0.85 0.68 0 0.51
HSL 228.11º 0.74% 0.28% -
HSV(B) 228.11º 0.85% 0.49% -
XYZ 4.73 3.14 19.76 -
YUV 43.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 19 40 125 0.85 0.68 0 0.51 228.11 0.74 0.28
Hex 13 28 7D 55 44 0 33 E4 4A 1C
Octal 23 50 175 125 104 0 63 344 112 34
Binary 10011 101000 1111101 1010101 1000100 0 110011 11100100 1001010 11100

Color Harmonies of #13287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13287D

Black with #13287D

Text Example


Text Example

White with #13287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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