Html Css Color HEX #13305A Sapphire

📋 copy color: '#13305A'

red 19 ◦ green 48 ◦ blue 90

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

Shades of Sapphire #13305A

Tints of Sapphire #13305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.57%

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

R = 12.1%
G = 30.57%
B = 57.32%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13305A (or 0x13305A) is known color: Sapphire. HEX triplet: 13, 30 and 5A. RGB value is (19,48,90). Sum of RGB (Red+Green+Blue) = 19+48+90=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #13305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13305A is #ECCFA5. Grayscale: #2B2B2B. Windows color (decimal): -15519654 or 5910547. OLE color: 5910547.

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

Color convert

RGB 19 48 90 -
CMYK 0.79 0.47 0 0.65
HSL 215.49º 0.65% 0.21% -
HSV(B) 215.49º 0.79% 0.35% -
XYZ 3.17 2.99 10.08 -
YUV 44.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 19 48 90 0.79 0.47 0 0.65 215.49 0.65 0.21
Hex 13 30 5A 4F 2F 0 41 D7 41 15
Octal 23 60 132 117 57 0 101 327 101 25
Binary 10011 110000 1011010 1001111 101111 0 1000001 11010111 1000001 10101

Color Harmonies of #13305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13305A

Black with #13305A

Text Example


Text Example

White with #13305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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