Html Css Color HEX #13307C Sapphire

📋 copy color: '#13307C'

red 19 ◦ green 48 ◦ blue 124

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

Shades of Sapphire #13307C

Tints of Sapphire #13307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

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

R = 9.95%
G = 25.13%
B = 64.92%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13307C (or 0x13307C) is known color: Sapphire. HEX triplet: 13, 30 and 7C. RGB value is (19,48,124). Sum of RGB (Red+Green+Blue) = 19+48+124=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #13307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13307C is #ECCF83. Grayscale: #2F2F2F. Windows color (decimal): -15519620 or 8138771. OLE color: 8138771.

HSL color Cylindrical-coordinate representation of color #13307C: hue angle of 223.43º 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 #13307C is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 48 124 -
CMYK 0.85 0.61 0 0.51
HSL 223.43º 0.73% 0.28% -
HSV(B) 223.43º 0.85% 0.49% -
XYZ 4.96 3.71 19.52 -
YUV 47.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 19 48 124 0.85 0.61 0 0.51 223.43 0.73 0.28
Hex 13 30 7C 55 3D 0 33 DF 49 1C
Octal 23 60 174 125 75 0 63 337 111 34
Binary 10011 110000 1111100 1010101 111101 0 110011 11011111 1001001 11100

Color Harmonies of #13307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13307C

Black with #13307C

Text Example


Text Example

White with #13307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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