Html Css Color HEX #13256B Sapphire

📋 copy color: '#13256B'

red 19 ◦ green 37 ◦ blue 107

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

Shades of Sapphire #13256B

Tints of Sapphire #13256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 65.64%

R = 11.66%
G = 22.7%
B = 65.64%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13256B (or 0x13256B) is known color: Sapphire. HEX triplet: 13, 25 and 6B. RGB value is (19,37,107). Sum of RGB (Red+Green+Blue) = 19+37+107=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #13256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13256B is #ECDA94. Grayscale: #272727. Windows color (decimal): -15522453 or 7021843. OLE color: 7021843.

HSL color Cylindrical-coordinate representation of color #13256B: hue angle of 227.73º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13256B is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 37 107 -
CMYK 0.82 0.65 0 0.58
HSL 227.73º 0.7% 0.25% -
HSV(B) 227.73º 0.82% 0.42% -
XYZ 3.58 2.52 14.21 -
YUV 39.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 19 37 107 0.82 0.65 0 0.58 227.73 0.7 0.25
Hex 13 25 6B 52 41 0 3A E4 46 19
Octal 23 45 153 122 101 0 72 344 106 31
Binary 10011 100101 1101011 1010010 1000001 0 111010 11100100 1000110 11001

Color Harmonies of #13256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13256B

Black with #13256B

Text Example


Text Example

White with #13256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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