Html Css Color HEX #13235D Sapphire

📋 copy color: '#13235D'

red 19 ◦ green 35 ◦ blue 93

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

Shades of Sapphire #13235D

Tints of Sapphire #13235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.81%

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

R = 12.93%
G = 23.81%
B = 63.27%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13235D (or 0x13235D) is known color: Sapphire. HEX triplet: 13, 23 and 5D. RGB value is (19,35,93). Sum of RGB (Red+Green+Blue) = 19+35+93=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #13235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13235D is #ECDCA2. Grayscale: #242424. Windows color (decimal): -15522979 or 6103827. OLE color: 6103827.

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

Color convert

RGB 19 35 93 -
CMYK 0.80 0.62 0 0.64
HSL 227.03º 0.66% 0.22% -
HSV(B) 227.03º 0.8% 0.36% -
XYZ 2.85 2.13 10.62 -
YUV 36.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 19 35 93 0.80 0.62 0 0.64 227.03 0.66 0.22
Hex 13 23 5D 50 3E 0 40 E3 42 16
Octal 23 43 135 120 76 0 100 343 102 26
Binary 10011 100011 1011101 1010000 111110 0 1000000 11100011 1000010 10110

Color Harmonies of #13235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13235D

Black with #13235D

Text Example


Text Example

White with #13235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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