Html Css Color HEX #10327C Sapphire

📋 copy color: '#10327C'

red 16 ◦ green 50 ◦ blue 124

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

Shades of Sapphire #10327C

Tints of Sapphire #10327C

RGB

 RED value IS 16 (6.64% from 255) = 8.42%

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

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

R = 8.42%
G = 26.32%
B = 65.26%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10327C (or 0x10327C) is known color: Sapphire. HEX triplet: 10, 32 and 7C. RGB value is (16,50,124). Sum of RGB (Red+Green+Blue) = 16+50+124=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #10327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10327C is #EFCD83. Grayscale: #2F2F2F. Windows color (decimal): -15715716 or 8139280. OLE color: 8139280.

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

Color convert

RGB 16 50 124 -
CMYK 0.87 0.60 0 0.51
HSL 221.11º 0.77% 0.27% -
HSV(B) 221.11º 0.87% 0.49% -
XYZ 4.99 3.85 19.55 -
YUV 48.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 16 50 124 0.87 0.60 0 0.51 221.11 0.77 0.27
Hex 10 32 7C 57 3C 0 33 DD 4D 1B
Octal 20 62 174 127 74 0 63 335 115 33
Binary 10000 110010 1111100 1010111 111100 0 110011 11011101 1001101 11011

Color Harmonies of #10327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10327C

Black with #10327C

Text Example


Text Example

White with #10327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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