Html Css Color HEX #13297F Sapphire

📋 copy color: '#13297F'

red 19 ◦ green 41 ◦ blue 127

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

Shades of Sapphire #13297F

Tints of Sapphire #13297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 67.91%

R = 10.16%
G = 21.93%
B = 67.91%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13297F (or 0x13297F) is known color: Sapphire. HEX triplet: 13, 29 and 7F. RGB value is (19,41,127). Sum of RGB (Red+Green+Blue) = 19+41+127=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #13297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13297F is #ECD680. Grayscale: #2B2B2B. Windows color (decimal): -15521409 or 8333587. OLE color: 8333587.

HSL color Cylindrical-coordinate representation of color #13297F: hue angle of 227.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13297F is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 41 127 -
CMYK 0.85 0.68 0 0.50
HSL 227.78º 0.74% 0.29% -
HSV(B) 227.78º 0.85% 0.5% -
XYZ 4.89 3.26 20.45 -
YUV 44.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 19 41 127 0.85 0.68 0 0.50 227.78 0.74 0.29
Hex 13 29 7F 55 44 0 32 E4 4A 1D
Octal 23 51 177 125 104 0 62 344 112 35
Binary 10011 101001 1111111 1010101 1000100 0 110010 11100100 1001010 11101

Color Harmonies of #13297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13297F

Black with #13297F

Text Example


Text Example

White with #13297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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