Html Css Color HEX #13245D Sapphire

📋 copy color: '#13245D'

red 19 ◦ green 36 ◦ blue 93

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

Shades of Sapphire #13245D

Tints of Sapphire #13245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62.84%

R = 12.84%
G = 24.32%
B = 62.84%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13245D (or 0x13245D) is known color: Sapphire. HEX triplet: 13, 24 and 5D. RGB value is (19,36,93). Sum of RGB (Red+Green+Blue) = 19+36+93=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #13245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13245D is #ECDBA2. Grayscale: #252525. Windows color (decimal): -15522723 or 6104083. OLE color: 6104083.

HSL color Cylindrical-coordinate representation of color #13245D: hue angle of 226.22º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13245D is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 36 93 -
CMYK 0.80 0.61 0 0.64
HSL 226.22º 0.66% 0.22% -
HSV(B) 226.22º 0.8% 0.36% -
XYZ 2.88 2.19 10.63 -
YUV 37.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 19 36 93 0.80 0.61 0 0.64 226.22 0.66 0.22
Hex 13 24 5D 50 3D 0 40 E2 42 16
Octal 23 44 135 120 75 0 100 342 102 26
Binary 10011 100100 1011101 1010000 111101 0 1000000 11100010 1000010 10110

Color Harmonies of #13245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13245D

Black with #13245D

Text Example


Text Example

White with #13245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13245D; }

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

 H1.HeaderClassName
 {
   color: #13245D;
 }
 .AnyTagClassName
 {
   color: #13245D;
 }
</style>

background-color css

<style>
 a { background-color: #13245D; }

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

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

border-color css

<style>
 span { border-color: #13245D; }

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

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