Html Css Color HEX #13265A Sapphire

📋 copy color: '#13265A'

red 19 ◦ green 38 ◦ blue 90

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

Shades of Sapphire #13265A

Tints of Sapphire #13265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

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

R = 12.93%
G = 25.85%
B = 61.22%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13265A (or 0x13265A) is known color: Sapphire. HEX triplet: 13, 26 and 5A. RGB value is (19,38,90). Sum of RGB (Red+Green+Blue) = 19+38+90=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #13265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13265A is #ECD9A5. Grayscale: #262626. Windows color (decimal): -15522214 or 5907987. OLE color: 5907987.

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

Color convert

RGB 19 38 90 -
CMYK 0.79 0.58 0 0.65
HSL 223.94º 0.65% 0.21% -
HSV(B) 223.94º 0.79% 0.35% -
XYZ 2.81 2.26 9.96 -
YUV 38.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 19 38 90 0.79 0.58 0 0.65 223.94 0.65 0.21
Hex 13 26 5A 4F 3A 0 41 E0 41 15
Octal 23 46 132 117 72 0 101 340 101 25
Binary 10011 100110 1011010 1001111 111010 0 1000001 11100000 1000001 10101

Color Harmonies of #13265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13265A

Black with #13265A

Text Example


Text Example

White with #13265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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