Html Css Color HEX #13246E Sapphire

📋 copy color: '#13246E'

red 19 ◦ green 36 ◦ blue 110

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

Shades of Sapphire #13246E

Tints of Sapphire #13246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.82%

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

R = 11.52%
G = 21.82%
B = 66.67%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13246E (or 0x13246E) is known color: Sapphire. HEX triplet: 13, 24 and 6E. RGB value is (19,36,110). Sum of RGB (Red+Green+Blue) = 19+36+110=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #13246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13246E is #ECDB91. Grayscale: #272727. Windows color (decimal): -15522706 or 7218195. OLE color: 7218195.

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

Color convert

RGB 19 36 110 -
CMYK 0.83 0.67 0 0.57
HSL 228.79º 0.71% 0.25% -
HSV(B) 228.79º 0.83% 0.43% -
XYZ 3.71 2.53 15.04 -
YUV 39.35 167.87 113.48 -
System Red Green Blue C M Y K H S L
Decimal 19 36 110 0.83 0.67 0 0.57 228.79 0.71 0.25
Hex 13 24 6E 53 43 0 39 E5 47 19
Octal 23 44 156 123 103 0 71 345 107 31
Binary 10011 100100 1101110 1010011 1000011 0 111001 11100101 1000111 11001

Color Harmonies of #13246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13246E

Black with #13246E

Text Example


Text Example

White with #13246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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