Html Css Color HEX #13255A Sapphire

📋 copy color: '#13255A'

red 19 ◦ green 37 ◦ blue 90

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

Shades of Sapphire #13255A

Tints of Sapphire #13255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 61.64%

R = 13.01%
G = 25.34%
B = 61.64%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13255A (or 0x13255A) is known color: Sapphire. HEX triplet: 13, 25 and 5A. RGB value is (19,37,90). Sum of RGB (Red+Green+Blue) = 19+37+90=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #13255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13255A is #ECDAA5. Grayscale: #252525. Windows color (decimal): -15522470 or 5907731. OLE color: 5907731.

HSL color Cylindrical-coordinate representation of color #13255A: hue angle of 224.79º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13255A is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 37 90 -
CMYK 0.79 0.59 0 0.65
HSL 224.79º 0.65% 0.21% -
HSV(B) 224.79º 0.79% 0.35% -
XYZ 2.78 2.2 9.95 -
YUV 37.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 19 37 90 0.79 0.59 0 0.65 224.79 0.65 0.21
Hex 13 25 5A 4F 3B 0 41 E1 41 15
Octal 23 45 132 117 73 0 101 341 101 25
Binary 10011 100101 1011010 1001111 111011 0 1000001 11100001 1000001 10101

Color Harmonies of #13255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13255A

Black with #13255A

Text Example


Text Example

White with #13255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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