#0074CD

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

Shades of Navy Blue #0074CD

Tints of Navy Blue #0074CD

Color information

#0074CD (or 0x0074CD) is unknown color: approx Navy Blue. HEX triplet: 00, 74 and CD. RGB value is (0,116,205). Sum of RGB (Red+Green+Blue) = 0+116+205=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #0074CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074CD is #FF8B32. Grayscale: #5A5A5A. Windows color (decimal): -16747315 or 13464576. OLE color: 13464576.

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

Color convert

RGB0116205-
CMYK10.4300.20
HSL206.05º100%40.2%-
HSV(B)206.05º100%80.39%-
XYZ17.2616.960.11-
YUV91.46192.0762.76-

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.14%
BLUE value IS 205 (80.47% from 255) = 63.86%
R=0%
G=36.14%
B=63.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal011620510.4300.20206.0510040.2
Hex074CD642B014ce6428
Octal01643151445302431614450
Binary01110100110011011100100101011010100110011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0074CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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