Html Css Color HEX #067DDD Navy Blue

📋 copy color: '#067DDD'

red 6 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #067DDD

Tints of Navy Blue #067DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 1.7%
G = 35.51%
B = 62.78%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#067DDD (or 0x067DDD) is known color: Navy Blue. HEX triplet: 06, 7D and DD. RGB value is (6,125,221). Sum of RGB (Red+Green+Blue) = 6+125+221=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #067DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067DDD is #F98222. Grayscale: #636363. Windows color (decimal): -16351779 or 14515462. OLE color: 14515462.

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

Color convert

RGB 6 125 221 -
CMYK 0.97 0.43 0 0.13
HSL 206.79º 0.95% 0.45% -
HSV(B) 206.79º 0.97% 0.87% -
XYZ 20.46 19.93 71.17 -
YUV 100.36 196.08 60.69 -
System Red Green Blue C M Y K H S L
Decimal 6 125 221 0.97 0.43 0 0.13 206.79 0.95 0.45
Hex 6 7D DD 61 2B 0 D CF 5F 2D
Octal 6 175 335 141 53 0 15 317 137 55
Binary 110 1111101 11011101 1100001 101011 0 1101 11001111 1011111 101101

Color Harmonies of #067DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067DDD

Black with #067DDD

Text Example


Text Example

White with #067DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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