Html Css Color HEX #13275D Sapphire

📋 copy color: '#13275D'

red 19 ◦ green 39 ◦ blue 93

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

Shades of Sapphire #13275D

Tints of Sapphire #13275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.83%

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

R = 12.58%
G = 25.83%
B = 61.59%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13275D (or 0x13275D) is known color: Sapphire. HEX triplet: 13, 27 and 5D. RGB value is (19,39,93). Sum of RGB (Red+Green+Blue) = 19+39+93=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #13275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13275D is #ECD8A2. Grayscale: #262626. Windows color (decimal): -15521955 or 6104851. OLE color: 6104851.

HSL color Cylindrical-coordinate representation of color #13275D: hue angle of 223.78º 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 #13275D is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 39 93 -
CMYK 0.80 0.58 0 0.64
HSL 223.78º 0.66% 0.22% -
HSV(B) 223.78º 0.8% 0.36% -
XYZ 2.97 2.38 10.66 -
YUV 39.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 19 39 93 0.80 0.58 0 0.64 223.78 0.66 0.22
Hex 13 27 5D 50 3A 0 40 E0 42 16
Octal 23 47 135 120 72 0 100 340 102 26
Binary 10011 100111 1011101 1010000 111010 0 1000000 11100000 1000010 10110

Color Harmonies of #13275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13275D

Black with #13275D

Text Example


Text Example

White with #13275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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