#0067CD

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

Shades of Navy Blue #0067CD

Tints of Navy Blue #0067CD

Color information

#0067CD (or 0x0067CD) is unknown color: approx Navy Blue. HEX triplet: 00, 67 and CD. RGB value is (0,103,205). Sum of RGB (Red+Green+Blue) = 0+103+205=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #0067CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067CD is #FF9832. Grayscale: #535353. Windows color (decimal): -16750643 or 13461248. OLE color: 13461248.

HSL color Cylindrical-coordinate representation of color #0067CD: hue angle of 209.85º 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 #0067CD is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0103205-
CMYK10.5000.20
HSL209.85º100%40.2%-
HSV(B)209.85º100%80.39%-
XYZ15.8714.1159.64-
YUV83.83196.3868.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 205 (80.47% from 255) = 66.56%
R=0%
G=33.44%
B=66.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal010320510.5000.20209.8510040.2
Hex067CD6432014d26428
Octal01473151446202432214450
Binary01100111110011011100100110010010100110100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0067CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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