#104CEF

Color #104CEF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #104CEF

Tints of Navy Blue #104CEF

Color information

#104CEF (or 0x104CEF) is unknown color: approx Navy Blue. HEX triplet: 10, 4C and EF. RGB value is (16,76,239). Sum of RGB (Red+Green+Blue) = 16+76+239=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #104CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CEF is #EFB310. Grayscale: #4B4B4B. Windows color (decimal): -15708945 or 15682576. OLE color: 15682576.

HSL color Cylindrical-coordinate representation of color #104CEF: hue angle of 223.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104CEF is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1676239-
CMYK0.930.6800.06
HSL223.86º87.45%50%-
HSV(B)223.86º93.31%93.73%-
XYZ18.3811.5182.91-
YUV76.64219.6284.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.83%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 239 (93.75% from 255) = 72.21%
R=4.83%
G=22.96%
B=72.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16762390.930.6800.06223.8687.4550
Hex104CEF5D4406e05732
Octal201143571351040634012762
Binary10000100110011101111101110110001000110111000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104CEF; }

 p { color: rgb(16,76,239); }

 H1.HeaderClassName
 {
   color: #104CEF;
 }
 .AnyTagClassName
 {
   color: #104CEF;
 }
</style>
background-color css

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

 a { background-color: rgb(16,76,239); }

 div.DivClassName
 {
   background-color: #104CEF;
 }
 .BgClassName
 {
   background-color: #104CEF;
 }
</style>
border-color css

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

 span { border-color: rgb(16,76,239); }

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