Html Css Color HEX #10277E Sapphire

📋 copy color: '#10277E'

red 16 ◦ green 39 ◦ blue 126

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

Shades of Sapphire #10277E

Tints of Sapphire #10277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 69.61%

R = 8.84%
G = 21.55%
B = 69.61%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10277E (or 0x10277E) is known color: Sapphire. HEX triplet: 10, 27 and 7E. RGB value is (16,39,126). Sum of RGB (Red+Green+Blue) = 16+39+126=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 126 (49.61% from 255 or 69.61% from 181); Max value from RGB is 126 - color contains mainly: blue. Hex color #10277E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10277E is #EFD881. Grayscale: #292929. Windows color (decimal): -15718530 or 8267536. OLE color: 8267536.

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

Color convert

RGB 16 39 126 -
CMYK 0.87 0.69 0 0.51
HSL 227.45º 0.77% 0.28% -
HSV(B) 227.45º 0.87% 0.49% -
XYZ 4.71 3.07 20.08 -
YUV 42.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 16 39 126 0.87 0.69 0 0.51 227.45 0.77 0.28
Hex 10 27 7E 57 45 0 33 E3 4D 1C
Octal 20 47 176 127 105 0 63 343 115 34
Binary 10000 100111 1111110 1010111 1000101 0 110011 11100011 1001101 11100

Color Harmonies of #10277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10277E

Black with #10277E

Text Example


Text Example

White with #10277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10277E; }

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

 H1.HeaderClassName
 {
   color: #10277E;
 }
 .AnyTagClassName
 {
   color: #10277E;
 }
</style>

background-color css

<style>
 a { background-color: #10277E; }

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

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

border-color css

<style>
 span { border-color: #10277E; }

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

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