Html Css Color HEX #067CCF Navy Blue

📋 copy color: '#067CCF'

red 6 ◦ green 124 ◦ blue 207

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

Shades of Navy Blue #067CCF

Tints of Navy Blue #067CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 1.78%
G = 36.8%
B = 61.42%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#067CCF (or 0x067CCF) is known color: Navy Blue. HEX triplet: 06, 7C and CF. RGB value is (6,124,207). Sum of RGB (Red+Green+Blue) = 6+124+207=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #067CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CCF is #F98330. Grayscale: #616161. Windows color (decimal): -16352049 or 13597702. OLE color: 13597702.

HSL color Cylindrical-coordinate representation of color #067CCF: hue angle of 204.78º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CCF is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 124 207 -
CMYK 0.97 0.40 0 0.19
HSL 204.78º 0.94% 0.42% -
HSV(B) 204.78º 0.97% 0.81% -
XYZ 18.55 18.96 61.71 -
YUV 98.18 189.41 62.25 -
System Red Green Blue C M Y K H S L
Decimal 6 124 207 0.97 0.40 0 0.19 204.78 0.94 0.42
Hex 6 7C CF 61 28 0 13 CD 5E 2A
Octal 6 174 317 141 50 0 23 315 136 52
Binary 110 1111100 11001111 1100001 101000 0 10011 11001101 1011110 101010

Color Harmonies of #067CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CCF

Black with #067CCF

Text Example


Text Example

White with #067CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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