#0074CE

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

Shades of Navy Blue #0074CE

Tints of Navy Blue #0074CE

Color information

#0074CE (or 0x0074CE) is unknown color: approx Navy Blue. HEX triplet: 00, 74 and CE. RGB value is (0,116,206). Sum of RGB (Red+Green+Blue) = 0+116+206=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #0074CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074CE is #FF8B31. Grayscale: #5B5B5B. Windows color (decimal): -16747314 or 13530112. OLE color: 13530112.

HSL color Cylindrical-coordinate representation of color #0074CE: hue angle of 206.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074CE is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB0116206-
CMYK10.4400.19
HSL206.21º100%40.39%-
HSV(B)206.21º100%80.78%-
XYZ17.3916.9560.75-
YUV91.58192.5762.68-

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) = 36.02%
BLUE value IS 206 (80.86% from 255) = 63.98%
R=0%
G=36.02%
B=63.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal011620610.4400.19206.2110040.39
Hex074CE642C013ce6428
Octal01643161445402331614450
Binary01110100110011101100100101100010011110011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0074CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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