Html Css Color HEX #067DCD Navy Blue

📋 copy color: '#067DCD'

red 6 ◦ green 125 ◦ blue 205

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

Shades of Navy Blue #067DCD

Tints of Navy Blue #067DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 1.79%
G = 37.2%
B = 61.01%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#067DCD (or 0x067DCD) is known color: Navy Blue. HEX triplet: 06, 7D and CD. RGB value is (6,125,205). Sum of RGB (Red+Green+Blue) = 6+125+205=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #067DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067DCD is #F98232. Grayscale: #626262. Windows color (decimal): -16351795 or 13466886. OLE color: 13466886.

HSL color Cylindrical-coordinate representation of color #067DCD: hue angle of 204.12º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067DCD is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 125 205 -
CMYK 0.97 0.39 0 0.20
HSL 204.12º 0.94% 0.41% -
HSV(B) 204.12º 0.97% 0.8% -
XYZ 18.43 19.11 60.48 -
YUV 98.54 188.08 62 -
System Red Green Blue C M Y K H S L
Decimal 6 125 205 0.97 0.39 0 0.20 204.12 0.94 0.41
Hex 6 7D CD 61 27 0 14 CC 5E 29
Octal 6 175 315 141 47 0 24 314 136 51
Binary 110 1111101 11001101 1100001 100111 0 10100 11001100 1011110 101001

Color Harmonies of #067DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067DCD

Black with #067DCD

Text Example


Text Example

White with #067DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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