Html Css Color HEX #13256E Sapphire

📋 copy color: '#13256E'

red 19 ◦ green 37 ◦ blue 110

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

Shades of Sapphire #13256E

Tints of Sapphire #13256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.29%

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

R = 11.45%
G = 22.29%
B = 66.27%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13256E (or 0x13256E) is known color: Sapphire. HEX triplet: 13, 25 and 6E. RGB value is (19,37,110). Sum of RGB (Red+Green+Blue) = 19+37+110=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #13256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13256E is #ECDA91. Grayscale: #272727. Windows color (decimal): -15522450 or 7218451. OLE color: 7218451.

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

Color convert

RGB 19 37 110 -
CMYK 0.83 0.66 0 0.57
HSL 228.13º 0.71% 0.25% -
HSV(B) 228.13º 0.83% 0.43% -
XYZ 3.74 2.59 15.05 -
YUV 39.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 19 37 110 0.83 0.66 0 0.57 228.13 0.71 0.25
Hex 13 25 6E 53 42 0 39 E4 47 19
Octal 23 45 156 123 102 0 71 344 107 31
Binary 10011 100101 1101110 1010011 1000010 0 111001 11100100 1000111 11001

Color Harmonies of #13256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13256E

Black with #13256E

Text Example


Text Example

White with #13256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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