Html Css Color HEX #067DDC Navy Blue

📋 copy color: '#067DDC'

red 6 ◦ green 125 ◦ blue 220

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

Shades of Navy Blue #067DDC

Tints of Navy Blue #067DDC

RGB

 RED value IS 6 (2.73% from 255) = 1.71%

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 1.71%
G = 35.61%
B = 62.68%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#067DDC (or 0x067DDC) is known color: Navy Blue. HEX triplet: 06, 7D and DC. RGB value is (6,125,220). Sum of RGB (Red+Green+Blue) = 6+125+220=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #067DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067DDC is #F98223. Grayscale: #636363. Windows color (decimal): -16351780 or 14449926. OLE color: 14449926.

HSL color Cylindrical-coordinate representation of color #067DDC: hue angle of 206.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067DDC is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 125 220 -
CMYK 0.97 0.43 0 0.14
HSL 206.64º 0.95% 0.44% -
HSV(B) 206.64º 0.97% 0.86% -
XYZ 20.33 19.87 70.47 -
YUV 100.25 195.58 60.78 -
System Red Green Blue C M Y K H S L
Decimal 6 125 220 0.97 0.43 0 0.14 206.64 0.95 0.44
Hex 6 7D DC 61 2B 0 E CF 5F 2C
Octal 6 175 334 141 53 0 16 317 137 54
Binary 110 1111101 11011100 1100001 101011 0 1110 11001111 1011111 101100

Color Harmonies of #067DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067DDC

Black with #067DDC

Text Example


Text Example

White with #067DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067DDC; }

 p { color: rgb(6,125,220); }

 H1.HeaderClassName
 {
   color: #067DDC;
 }
 .AnyTagClassName
 {
   color: #067DDC;
 }
</style>

background-color css

<style>
 a { background-color: #067DDC; }

 a { background-color: rgb(6,125,220); }

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

border-color css

<style>
 span { border-color: #067DDC; }

 span { border-color: rgb(6,125,220); }

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