#0074EB

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

Shades of Navy Blue #0074EB

Tints of Navy Blue #0074EB

Color information

#0074EB (or 0x0074EB) is unknown color: approx Navy Blue. HEX triplet: 00, 74 and EB. RGB value is (0,116,235). Sum of RGB (Red+Green+Blue) = 0+116+235=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #0074EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0074EB is #FF8B14. Grayscale: #5E5E5E. Windows color (decimal): -16747285 or 15430656. OLE color: 15430656.

HSL color Cylindrical-coordinate representation of color #0074EB: hue angle of 210.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074EB is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB0116235-
CMYK10.5100.08
HSL210.38º100%46.08%-
HSV(B)210.38º100%92.16%-
XYZ21.2418.4981.05-
YUV94.88207.0760.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 235 (92.19% from 255) = 66.95%
R=0%
G=33.05%
B=66.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal011623510.5100.08210.3810046.08
Hex074EB643308d2642e
Octal01643531446301032214456
Binary0111010011101011110010011001101000110100101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0074EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0074EB; }

 p { color: rgb(0,116,235); }

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

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

 a { background-color: rgb(0,116,235); }

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

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

 span { border-color: rgb(0,116,235); }

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