Html Css Color HEX #13305F Sapphire

📋 copy color: '#13305F'

red 19 ◦ green 48 ◦ blue 95

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

Shades of Sapphire #13305F

Tints of Sapphire #13305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 58.64%

R = 11.73%
G = 29.63%
B = 58.64%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13305F (or 0x13305F) is known color: Sapphire. HEX triplet: 13, 30 and 5F. RGB value is (19,48,95). Sum of RGB (Red+Green+Blue) = 19+48+95=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #13305F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13305F is #ECCFA0. Grayscale: #2C2C2C. Windows color (decimal): -15519649 or 6238227. OLE color: 6238227.

HSL color Cylindrical-coordinate representation of color #13305F: hue angle of 217.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13305F is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 48 95 -
CMYK 0.80 0.49 0 0.63
HSL 217.11º 0.67% 0.22% -
HSV(B) 217.11º 0.8% 0.37% -
XYZ 3.39 3.08 11.24 -
YUV 44.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 19 48 95 0.80 0.49 0 0.63 217.11 0.67 0.22
Hex 13 30 5F 50 31 0 3F D9 43 16
Octal 23 60 137 120 61 0 77 331 103 26
Binary 10011 110000 1011111 1010000 110001 0 111111 11011001 1000011 10110

Color Harmonies of #13305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13305F

Black with #13305F

Text Example


Text Example

White with #13305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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