Html Css Color HEX #13295A Sapphire

📋 copy color: '#13295A'

red 19 ◦ green 41 ◦ blue 90

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

Shades of Sapphire #13295A

Tints of Sapphire #13295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

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

R = 12.67%
G = 27.33%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13295A (or 0x13295A) is known color: Sapphire. HEX triplet: 13, 29 and 5A. RGB value is (19,41,90). Sum of RGB (Red+Green+Blue) = 19+41+90=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #13295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13295A is #ECD6A5. Grayscale: #272727. Windows color (decimal): -15521446 or 5908755. OLE color: 5908755.

HSL color Cylindrical-coordinate representation of color #13295A: hue angle of 221.41º 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 #13295A is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 41 90 -
CMYK 0.79 0.54 0 0.65
HSL 221.41º 0.65% 0.21% -
HSV(B) 221.41º 0.79% 0.35% -
XYZ 2.91 2.46 9.99 -
YUV 40.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 19 41 90 0.79 0.54 0 0.65 221.41 0.65 0.21
Hex 13 29 5A 4F 36 0 41 DD 41 15
Octal 23 51 132 117 66 0 101 335 101 25
Binary 10011 101001 1011010 1001111 110110 0 1000001 11011101 1000001 10101

Color Harmonies of #13295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13295A

Black with #13295A

Text Example


Text Example

White with #13295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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