Html Css Color HEX #13327C Sapphire

📋 copy color: '#13327C'

red 19 ◦ green 50 ◦ blue 124

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

Shades of Sapphire #13327C

Tints of Sapphire #13327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.91%

 BLUE value IS 124 (48.83% from 255) = 64.25%

R = 9.84%
G = 25.91%
B = 64.25%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13327C (or 0x13327C) is known color: Sapphire. HEX triplet: 13, 32 and 7C. RGB value is (19,50,124). Sum of RGB (Red+Green+Blue) = 19+50+124=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #13327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13327C is #ECCD83. Grayscale: #303030. Windows color (decimal): -15519108 or 8139283. OLE color: 8139283.

HSL color Cylindrical-coordinate representation of color #13327C: hue angle of 222.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13327C is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 50 124 -
CMYK 0.85 0.60 0 0.51
HSL 222.29º 0.73% 0.28% -
HSV(B) 222.29º 0.85% 0.49% -
XYZ 5.05 3.87 19.55 -
YUV 49.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 19 50 124 0.85 0.60 0 0.51 222.29 0.73 0.28
Hex 13 32 7C 55 3C 0 33 DE 49 1C
Octal 23 62 174 125 74 0 63 336 111 34
Binary 10011 110010 1111100 1010101 111100 0 110011 11011110 1001001 11100

Color Harmonies of #13327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13327C

Black with #13327C

Text Example


Text Example

White with #13327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,50,124); }

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

background-color css

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

 a { background-color: rgb(19,50,124); }

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

border-color css

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

 span { border-color: rgb(19,50,124); }

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