Html Css Color HEX #10276C Sapphire

📋 copy color: '#10276C'

red 16 ◦ green 39 ◦ blue 108

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

Shades of Sapphire #10276C

Tints of Sapphire #10276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.93%

 BLUE value IS 108 (42.58% from 255) = 66.26%

R = 9.82%
G = 23.93%
B = 66.26%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10276C (or 0x10276C) is known color: Sapphire. HEX triplet: 10, 27 and 6C. RGB value is (16,39,108). Sum of RGB (Red+Green+Blue) = 16+39+108=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #10276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10276C is #EFD893. Grayscale: #272727. Windows color (decimal): -15718548 or 7087888. OLE color: 7087888.

HSL color Cylindrical-coordinate representation of color #10276C: hue angle of 225º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10276C is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 39 108 -
CMYK 0.85 0.64 0 0.58
HSL 225º 0.74% 0.24% -
HSV(B) 225º 0.85% 0.42% -
XYZ 3.65 2.64 14.51 -
YUV 39.99 166.38 110.89 -
System Red Green Blue C M Y K H S L
Decimal 16 39 108 0.85 0.64 0 0.58 225 0.74 0.24
Hex 10 27 6C 55 40 0 3A E1 4A 18
Octal 20 47 154 125 100 0 72 341 112 30
Binary 10000 100111 1101100 1010101 1000000 0 111010 11100001 1001010 11000

Color Harmonies of #10276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10276C

Black with #10276C

Text Example


Text Example

White with #10276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,39,108); }

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

background-color css

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

 a { background-color: rgb(16,39,108); }

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

border-color css

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

 span { border-color: rgb(16,39,108); }

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