Html Css Color HEX #102978 Sapphire

📋 copy color: '#102978'

red 16 ◦ green 41 ◦ blue 120

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

Shades of Sapphire #102978

Tints of Sapphire #102978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 120 (47.27% from 255) = 67.8%

R = 9.04%
G = 23.16%
B = 67.8%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#102978 (or 0x102978) is known color: Sapphire. HEX triplet: 10, 29 and 78. RGB value is (16,41,120). Sum of RGB (Red+Green+Blue) = 16+41+120=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #102978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102978 is #EFD687. Grayscale: #2A2A2A. Windows color (decimal): -15718024 or 7874832. OLE color: 7874832.

HSL color Cylindrical-coordinate representation of color #102978: hue angle of 225.58º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102978 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 41 120 -
CMYK 0.87 0.66 0 0.53
HSL 225.58º 0.76% 0.27% -
HSV(B) 225.58º 0.87% 0.47% -
XYZ 4.4 3.05 18.13 -
YUV 42.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 16 41 120 0.87 0.66 0 0.53 225.58 0.76 0.27
Hex 10 29 78 57 42 0 35 E2 4C 1B
Octal 20 51 170 127 102 0 65 342 114 33
Binary 10000 101001 1111000 1010111 1000010 0 110101 11100010 1001100 11011

Color Harmonies of #102978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102978

Black with #102978

Text Example


Text Example

White with #102978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102978; }

 p { color: rgb(16,41,120); }

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

background-color css

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

 a { background-color: rgb(16,41,120); }

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

border-color css

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

 span { border-color: rgb(16,41,120); }

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