Html Css Color HEX #067BDA Navy Blue

📋 copy color: '#067BDA'

red 6 ◦ green 123 ◦ blue 218

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

Shades of Navy Blue #067BDA

Tints of Navy Blue #067BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.45%

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 1.73%
G = 35.45%
B = 62.82%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#067BDA (or 0x067BDA) is known color: Navy Blue. HEX triplet: 06, 7B and DA. RGB value is (6,123,218). Sum of RGB (Red+Green+Blue) = 6+123+218=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #067BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BDA is #F98425. Grayscale: #626262. Windows color (decimal): -16352294 or 14318342. OLE color: 14318342.

HSL color Cylindrical-coordinate representation of color #067BDA: hue angle of 206.89º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BDA is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 123 218 -
CMYK 0.97 0.44 0 0.15
HSL 206.89º 0.95% 0.44% -
HSV(B) 206.89º 0.97% 0.85% -
XYZ 19.81 19.27 69 -
YUV 98.85 195.24 61.78 -
System Red Green Blue C M Y K H S L
Decimal 6 123 218 0.97 0.44 0 0.15 206.89 0.95 0.44
Hex 6 7B DA 61 2C 0 F CF 5F 2C
Octal 6 173 332 141 54 0 17 317 137 54
Binary 110 1111011 11011010 1100001 101100 0 1111 11001111 1011111 101100

Color Harmonies of #067BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067BDA

Black with #067BDA

Text Example


Text Example

White with #067BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,123,218); }

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

background-color css

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

 a { background-color: rgb(6,123,218); }

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

border-color css

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

 span { border-color: rgb(6,123,218); }

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