Html Css Color HEX #067ACF Navy Blue

📋 copy color: '#067ACF'

red 6 ◦ green 122 ◦ blue 207

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

Shades of Navy Blue #067ACF

Tints of Navy Blue #067ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.42%

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

R = 1.79%
G = 36.42%
B = 61.79%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#067ACF (or 0x067ACF) is known color: Navy Blue. HEX triplet: 06, 7A and CF. RGB value is (6,122,207). Sum of RGB (Red+Green+Blue) = 6+122+207=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #067ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ACF is #F98530. Grayscale: #606060. Windows color (decimal): -16352561 or 13597190. OLE color: 13597190.

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

Color convert

RGB 6 122 207 -
CMYK 0.97 0.41 0 0.19
HSL 205.37º 0.94% 0.42% -
HSV(B) 205.37º 0.97% 0.81% -
XYZ 18.3 18.46 61.63 -
YUV 97.01 190.07 63.09 -
System Red Green Blue C M Y K H S L
Decimal 6 122 207 0.97 0.41 0 0.19 205.37 0.94 0.42
Hex 6 7A CF 61 29 0 13 CD 5E 2A
Octal 6 172 317 141 51 0 23 315 136 52
Binary 110 1111010 11001111 1100001 101001 0 10011 11001101 1011110 101010

Color Harmonies of #067ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067ACF

Black with #067ACF

Text Example


Text Example

White with #067ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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