Html Css Color HEX #13255B Sapphire

📋 copy color: '#13255B'

red 19 ◦ green 37 ◦ blue 91

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

Shades of Sapphire #13255B

Tints of Sapphire #13255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.17%

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

R = 12.93%
G = 25.17%
B = 61.9%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13255B (or 0x13255B) is known color: Sapphire. HEX triplet: 13, 25 and 5B. RGB value is (19,37,91). Sum of RGB (Red+Green+Blue) = 19+37+91=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #13255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13255B is #ECDAA4. Grayscale: #252525. Windows color (decimal): -15522469 or 5973267. OLE color: 5973267.

HSL color Cylindrical-coordinate representation of color #13255B: hue angle of 225º 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 #13255B is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 37 91 -
CMYK 0.79 0.59 0 0.64
HSL 225º 0.65% 0.22% -
HSV(B) 225º 0.79% 0.36% -
XYZ 2.82 2.22 10.18 -
YUV 37.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 19 37 91 0.79 0.59 0 0.64 225 0.65 0.22
Hex 13 25 5B 4F 3B 0 40 E1 41 16
Octal 23 45 133 117 73 0 100 341 101 26
Binary 10011 100101 1011011 1001111 111011 0 1000000 11100001 1000001 10110

Color Harmonies of #13255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13255B

Black with #13255B

Text Example


Text Example

White with #13255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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