Html Css Color HEX #13245C Sapphire

📋 copy color: '#13245C'

red 19 ◦ green 36 ◦ blue 92

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

Shades of Sapphire #13245C

Tints of Sapphire #13245C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 62.59%

R = 12.93%
G = 24.49%
B = 62.59%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13245C (or 0x13245C) is known color: Sapphire. HEX triplet: 13, 24 and 5C. RGB value is (19,36,92). Sum of RGB (Red+Green+Blue) = 19+36+92=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #13245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13245C is #ECDBA3. Grayscale: #252525. Windows color (decimal): -15522724 or 6038547. OLE color: 6038547.

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

Color convert

RGB 19 36 92 -
CMYK 0.79 0.61 0 0.64
HSL 226.03º 0.66% 0.22% -
HSV(B) 226.03º 0.79% 0.36% -
XYZ 2.83 2.17 10.4 -
YUV 37.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 19 36 92 0.79 0.61 0 0.64 226.03 0.66 0.22
Hex 13 24 5C 4F 3D 0 40 E2 42 16
Octal 23 44 134 117 75 0 100 342 102 26
Binary 10011 100100 1011100 1001111 111101 0 1000000 11100010 1000010 10110

Color Harmonies of #13245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13245C

Black with #13245C

Text Example


Text Example

White with #13245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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