Html Css Color HEX #0067DC Navy Blue

📋 copy color: '#0067DC'

red 0 ◦ green 103 ◦ blue 220

#0067DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0067DC

Tints of Navy Blue #0067DC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 103 (40.63% from 255) = 31.89%

 BLUE value IS 220 (86.33% from 255) = 68.11%

R = 0%
G = 31.89%
B = 68.11%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0067DC (or 0x0067DC) is known color: Navy Blue. HEX triplet: 00, 67 and DC. RGB value is (0,103,220). Sum of RGB (Red+Green+Blue) = 0+103+220=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #0067DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067DC is #FF9823. Grayscale: #545454. Windows color (decimal): -16750628 or 14444288. OLE color: 14444288.

HSL color Cylindrical-coordinate representation of color #0067DC: hue angle of 211.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067DC is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 103 220 -
CMYK 1 0.53 0 0.14
HSL 211.91º 1% 0.43% -
HSV(B) 211.91º 1% 0.86% -
XYZ 17.77 14.87 69.64 -
YUV 85.54 203.88 66.99 -
System Red Green Blue C M Y K H S L
Decimal 0 103 220 1 0.53 0 0.14 211.91 1 0.43
Hex 0 67 DC 64 35 0 E D4 64 2B
Octal 0 147 334 144 65 0 16 324 144 53
Binary 0 1100111 11011100 1100100 110101 0 1110 11010100 1100100 101011

Color Harmonies of #0067DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0067DC

Black with #0067DC

Text Example


Text Example

White with #0067DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0067DC;
 }
 .AnyTagClassName
 {
   color: #0067DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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