Html Css Color HEX #13366D Sapphire

📋 copy color: '#13366D'

red 19 ◦ green 54 ◦ blue 109

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

Shades of Sapphire #13366D

Tints of Sapphire #13366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.67%

 BLUE value IS 109 (42.97% from 255) = 59.89%

R = 10.44%
G = 29.67%
B = 59.89%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13366D (or 0x13366D) is known color: Sapphire. HEX triplet: 13, 36 and 6D. RGB value is (19,54,109). Sum of RGB (Red+Green+Blue) = 19+54+109=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #13366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13366D is #ECC992. Grayscale: #313131. Windows color (decimal): -15518099 or 7157267. OLE color: 7157267.

HSL color Cylindrical-coordinate representation of color #13366D: hue angle of 216.67º degrees, saturation: 0.7, 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 #13366D is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 54 109 -
CMYK 0.83 0.50 0 0.57
HSL 216.67º 0.7% 0.25% -
HSV(B) 216.67º 0.83% 0.43% -
XYZ 4.35 3.88 14.99 -
YUV 49.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 19 54 109 0.83 0.50 0 0.57 216.67 0.7 0.25
Hex 13 36 6D 53 32 0 39 D9 46 19
Octal 23 66 155 123 62 0 71 331 106 31
Binary 10011 110110 1101101 1010011 110010 0 111001 11011001 1000110 11001

Color Harmonies of #13366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13366D

Black with #13366D

Text Example


Text Example

White with #13366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13366D; }

 p { color: rgb(19,54,109); }

 H1.HeaderClassName
 {
   color: #13366D;
 }
 .AnyTagClassName
 {
   color: #13366D;
 }
</style>

background-color css

<style>
 a { background-color: #13366D; }

 a { background-color: rgb(19,54,109); }

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

border-color css

<style>
 span { border-color: #13366D; }

 span { border-color: rgb(19,54,109); }

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