Html Css Color HEX #067CDF Navy Blue

📋 copy color: '#067CDF'

red 6 ◦ green 124 ◦ blue 223

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

Shades of Navy Blue #067CDF

Tints of Navy Blue #067CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.13%

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 1.7%
G = 35.13%
B = 63.17%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#067CDF (or 0x067CDF) is known color: Navy Blue. HEX triplet: 06, 7C and DF. RGB value is (6,124,223). Sum of RGB (Red+Green+Blue) = 6+124+223=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #067CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CDF is #F98320. Grayscale: #636363. Windows color (decimal): -16352033 or 14646278. OLE color: 14646278.

HSL color Cylindrical-coordinate representation of color #067CDF: hue angle of 207.37º 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 #067CDF is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 124 223 -
CMYK 0.97 0.44 0 0.13
HSL 207.37º 0.95% 0.45% -
HSV(B) 207.37º 0.97% 0.87% -
XYZ 20.6 19.78 72.54 -
YUV 100 197.41 60.95 -
System Red Green Blue C M Y K H S L
Decimal 6 124 223 0.97 0.44 0 0.13 207.37 0.95 0.45
Hex 6 7C DF 61 2C 0 D CF 5F 2D
Octal 6 174 337 141 54 0 15 317 137 55
Binary 110 1111100 11011111 1100001 101100 0 1101 11001111 1011111 101101

Color Harmonies of #067CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CDF

Black with #067CDF

Text Example


Text Example

White with #067CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,124,223); }

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

background-color css

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

 a { background-color: rgb(6,124,223); }

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

border-color css

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

 span { border-color: rgb(6,124,223); }

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