Html Css Color HEX #13356E Sapphire

📋 copy color: '#13356E'

red 19 ◦ green 53 ◦ blue 110

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

Shades of Sapphire #13356E

Tints of Sapphire #13356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

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

R = 10.44%
G = 29.12%
B = 60.44%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13356E (or 0x13356E) is known color: Sapphire. HEX triplet: 13, 35 and 6E. RGB value is (19,53,110). Sum of RGB (Red+Green+Blue) = 19+53+110=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #13356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13356E is #ECCA91. Grayscale: #313131. Windows color (decimal): -15518354 or 7222547. OLE color: 7222547.

HSL color Cylindrical-coordinate representation of color #13356E: hue angle of 217.58º 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 #13356E is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 53 110 -
CMYK 0.83 0.52 0 0.57
HSL 217.58º 0.71% 0.25% -
HSV(B) 217.58º 0.83% 0.43% -
XYZ 4.36 3.81 15.26 -
YUV 49.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 19 53 110 0.83 0.52 0 0.57 217.58 0.71 0.25
Hex 13 35 6E 53 34 0 39 DA 47 19
Octal 23 65 156 123 64 0 71 332 107 31
Binary 10011 110101 1101110 1010011 110100 0 111001 11011010 1000111 11001

Color Harmonies of #13356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13356E

Black with #13356E

Text Example


Text Example

White with #13356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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