Html Css Color HEX #13255F Sapphire

📋 copy color: '#13255F'

red 19 ◦ green 37 ◦ blue 95

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

Shades of Sapphire #13255F

Tints of Sapphire #13255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 62.91%

R = 12.58%
G = 24.5%
B = 62.91%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13255F (or 0x13255F) is known color: Sapphire. HEX triplet: 13, 25 and 5F. RGB value is (19,37,95). Sum of RGB (Red+Green+Blue) = 19+37+95=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #13255F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13255F is #ECDAA0. Grayscale: #252525. Windows color (decimal): -15522465 or 6235411. OLE color: 6235411.

HSL color Cylindrical-coordinate representation of color #13255F: hue angle of 225.79º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13255F is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 37 95 -
CMYK 0.80 0.61 0 0.63
HSL 225.79º 0.67% 0.22% -
HSV(B) 225.79º 0.8% 0.37% -
XYZ 3 2.29 11.11 -
YUV 38.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 19 37 95 0.80 0.61 0 0.63 225.79 0.67 0.22
Hex 13 25 5F 50 3D 0 3F E2 43 16
Octal 23 45 137 120 75 0 77 342 103 26
Binary 10011 100101 1011111 1010000 111101 0 111111 11100010 1000011 10110

Color Harmonies of #13255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13255F

Black with #13255F

Text Example


Text Example

White with #13255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13255F; }

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

 H1.HeaderClassName
 {
   color: #13255F;
 }
 .AnyTagClassName
 {
   color: #13255F;
 }
</style>

background-color css

<style>
 a { background-color: #13255F; }

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

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

border-color css

<style>
 span { border-color: #13255F; }

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

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