Html Css Color HEX #13285D Sapphire

📋 copy color: '#13285D'

red 19 ◦ green 40 ◦ blue 93

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

Shades of Sapphire #13285D

Tints of Sapphire #13285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 61.18%

R = 12.5%
G = 26.32%
B = 61.18%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13285D (or 0x13285D) is known color: Sapphire. HEX triplet: 13, 28 and 5D. RGB value is (19,40,93). Sum of RGB (Red+Green+Blue) = 19+40+93=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #13285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13285D is #ECD7A2. Grayscale: #272727. Windows color (decimal): -15521699 or 6105107. OLE color: 6105107.

HSL color Cylindrical-coordinate representation of color #13285D: hue angle of 222.97º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13285D is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 40 93 -
CMYK 0.80 0.57 0 0.64
HSL 222.97º 0.66% 0.22% -
HSV(B) 222.97º 0.8% 0.36% -
XYZ 3 2.45 10.67 -
YUV 39.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 19 40 93 0.80 0.57 0 0.64 222.97 0.66 0.22
Hex 13 28 5D 50 39 0 40 DF 42 16
Octal 23 50 135 120 71 0 100 337 102 26
Binary 10011 101000 1011101 1010000 111001 0 1000000 11011111 1000010 10110

Color Harmonies of #13285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13285D

Black with #13285D

Text Example


Text Example

White with #13285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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