Html Css Color HEX #13296B Sapphire

📋 copy color: '#13296B'

red 19 ◦ green 41 ◦ blue 107

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

Shades of Sapphire #13296B

Tints of Sapphire #13296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 64.07%

R = 11.38%
G = 24.55%
B = 64.07%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13296B (or 0x13296B) is known color: Sapphire. HEX triplet: 13, 29 and 6B. RGB value is (19,41,107). Sum of RGB (Red+Green+Blue) = 19+41+107=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #13296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13296B is #ECD694. Grayscale: #292929. Windows color (decimal): -15521429 or 7022867. OLE color: 7022867.

HSL color Cylindrical-coordinate representation of color #13296B: hue angle of 225º 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 #13296B is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 41 107 -
CMYK 0.82 0.62 0 0.58
HSL 225º 0.7% 0.25% -
HSV(B) 225º 0.82% 0.42% -
XYZ 3.72 2.79 14.25 -
YUV 41.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 19 41 107 0.82 0.62 0 0.58 225 0.7 0.25
Hex 13 29 6B 52 3E 0 3A E1 46 19
Octal 23 51 153 122 76 0 72 341 106 31
Binary 10011 101001 1101011 1010010 111110 0 111010 11100001 1000110 11001

Color Harmonies of #13296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13296B

Black with #13296B

Text Example


Text Example

White with #13296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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