Html Css Color HEX #13327D Sapphire

📋 copy color: '#13327D'

red 19 ◦ green 50 ◦ blue 125

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

Shades of Sapphire #13327D

Tints of Sapphire #13327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.43%

R = 9.79%
G = 25.77%
B = 64.43%

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

#13327D (or 0x13327D) is known color: Sapphire. HEX triplet: 13, 32 and 7D. RGB value is (19,50,125). Sum of RGB (Red+Green+Blue) = 19+50+125=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #13327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13327D is #ECCD82. Grayscale: #303030. Windows color (decimal): -15519107 or 8204819. OLE color: 8204819.

HSL color Cylindrical-coordinate representation of color #13327D: hue angle of 222.45º degrees, saturation: 0.74, 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 #13327D is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 50 125 -
CMYK 0.85 0.60 0 0.51
HSL 222.45º 0.74% 0.28% -
HSV(B) 222.45º 0.85% 0.49% -
XYZ 5.11 3.9 19.89 -
YUV 49.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 19 50 125 0.85 0.60 0 0.51 222.45 0.74 0.28
Hex 13 32 7D 55 3C 0 33 DE 4A 1C
Octal 23 62 175 125 74 0 63 336 112 34
Binary 10011 110010 1111101 1010101 111100 0 110011 11011110 1001010 11100

Color Harmonies of #13327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13327D

Black with #13327D

Text Example


Text Example

White with #13327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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