Html Css Color HEX #13297C Sapphire

📋 copy color: '#13297C'

red 19 ◦ green 41 ◦ blue 124

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

Shades of Sapphire #13297C

Tints of Sapphire #13297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 67.39%

R = 10.33%
G = 22.28%
B = 67.39%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13297C (or 0x13297C) is known color: Sapphire. HEX triplet: 13, 29 and 7C. RGB value is (19,41,124). Sum of RGB (Red+Green+Blue) = 19+41+124=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #13297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13297C is #ECD683. Grayscale: #2B2B2B. Windows color (decimal): -15521412 or 8136979. OLE color: 8136979.

HSL color Cylindrical-coordinate representation of color #13297C: hue angle of 227.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13297C is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 41 124 -
CMYK 0.85 0.67 0 0.51
HSL 227.43º 0.73% 0.28% -
HSV(B) 227.43º 0.85% 0.49% -
XYZ 4.7 3.18 19.43 -
YUV 43.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 19 41 124 0.85 0.67 0 0.51 227.43 0.73 0.28
Hex 13 29 7C 55 43 0 33 E3 49 1C
Octal 23 51 174 125 103 0 63 343 111 34
Binary 10011 101001 1111100 1010101 1000011 0 110011 11100011 1001001 11100

Color Harmonies of #13297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13297C

Black with #13297C

Text Example


Text Example

White with #13297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13297C; }

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

 H1.HeaderClassName
 {
   color: #13297C;
 }
 .AnyTagClassName
 {
   color: #13297C;
 }
</style>

background-color css

<style>
 a { background-color: #13297C; }

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

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

border-color css

<style>
 span { border-color: #13297C; }

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

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