Html Css Color HEX #13296A Sapphire

📋 copy color: '#13296A'

red 19 ◦ green 41 ◦ blue 106

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

Shades of Sapphire #13296A

Tints of Sapphire #13296A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 63.86%

R = 11.45%
G = 24.7%
B = 63.86%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13296A (or 0x13296A) is known color: Sapphire. HEX triplet: 13, 29 and 6A. RGB value is (19,41,106). Sum of RGB (Red+Green+Blue) = 19+41+106=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #13296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13296A is #ECD695. Grayscale: #292929. Windows color (decimal): -15521430 or 6957331. OLE color: 6957331.

HSL color Cylindrical-coordinate representation of color #13296A: hue angle of 224.83º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13296A is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 41 106 -
CMYK 0.82 0.61 0 0.58
HSL 224.83º 0.7% 0.25% -
HSV(B) 224.83º 0.82% 0.42% -
XYZ 3.66 2.76 13.98 -
YUV 41.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 19 41 106 0.82 0.61 0 0.58 224.83 0.7 0.25
Hex 13 29 6A 52 3D 0 3A E1 46 19
Octal 23 51 152 122 75 0 72 341 106 31
Binary 10011 101001 1101010 1010010 111101 0 111010 11100001 1000110 11001

Color Harmonies of #13296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13296A

Black with #13296A

Text Example


Text Example

White with #13296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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