Html Css Color HEX #13336E Sapphire

📋 copy color: '#13336E'

red 19 ◦ green 51 ◦ blue 110

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

Shades of Sapphire #13336E

Tints of Sapphire #13336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.33%

 BLUE value IS 110 (43.36% from 255) = 61.11%

R = 10.56%
G = 28.33%
B = 61.11%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13336E (or 0x13336E) is known color: Sapphire. HEX triplet: 13, 33 and 6E. RGB value is (19,51,110). Sum of RGB (Red+Green+Blue) = 19+51+110=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #13336E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13336E is #ECCC91. Grayscale: #2F2F2F. Windows color (decimal): -15518866 or 7222035. OLE color: 7222035.

HSL color Cylindrical-coordinate representation of color #13336E: hue angle of 218.9º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13336E is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 51 110 -
CMYK 0.83 0.54 0 0.57
HSL 218.9º 0.71% 0.25% -
HSV(B) 218.9º 0.83% 0.43% -
XYZ 4.27 3.63 15.23 -
YUV 48.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 19 51 110 0.83 0.54 0 0.57 218.9 0.71 0.25
Hex 13 33 6E 53 36 0 39 DB 47 19
Octal 23 63 156 123 66 0 71 333 107 31
Binary 10011 110011 1101110 1010011 110110 0 111001 11011011 1000111 11001

Color Harmonies of #13336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13336E

Black with #13336E

Text Example


Text Example

White with #13336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13336E; }

 p { color: rgb(19,51,110); }

 H1.HeaderClassName
 {
   color: #13336E;
 }
 .AnyTagClassName
 {
   color: #13336E;
 }
</style>

background-color css

<style>
 a { background-color: #13336E; }

 a { background-color: rgb(19,51,110); }

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

border-color css

<style>
 span { border-color: #13336E; }

 span { border-color: rgb(19,51,110); }

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