Html Css Color HEX #13285B Sapphire

📋 copy color: '#13285B'

red 19 ◦ green 40 ◦ blue 91

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

Shades of Sapphire #13285B

Tints of Sapphire #13285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 60.67%

R = 12.67%
G = 26.67%
B = 60.67%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13285B (or 0x13285B) is known color: Sapphire. HEX triplet: 13, 28 and 5B. RGB value is (19,40,91). Sum of RGB (Red+Green+Blue) = 19+40+91=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #13285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13285B is #ECD7A4. Grayscale: #272727. Windows color (decimal): -15521701 or 5974035. OLE color: 5974035.

HSL color Cylindrical-coordinate representation of color #13285B: hue angle of 222.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13285B is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 40 91 -
CMYK 0.79 0.56 0 0.64
HSL 222.5º 0.65% 0.22% -
HSV(B) 222.5º 0.79% 0.36% -
XYZ 2.92 2.41 10.21 -
YUV 39.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 19 40 91 0.79 0.56 0 0.64 222.5 0.65 0.22
Hex 13 28 5B 4F 38 0 40 DE 41 16
Octal 23 50 133 117 70 0 100 336 101 26
Binary 10011 101000 1011011 1001111 111000 0 1000000 11011110 1000001 10110

Color Harmonies of #13285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13285B

Black with #13285B

Text Example


Text Example

White with #13285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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