Html Css Color HEX #0672BA Navy Blue

📋 copy color: '#0672BA'

red 6 ◦ green 114 ◦ blue 186

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

Shades of Navy Blue #0672BA

Tints of Navy Blue #0672BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 1.96%
G = 37.25%
B = 60.78%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0672BA (or 0x0672BA) is known color: Navy Blue. HEX triplet: 06, 72 and BA. RGB value is (6,114,186). Sum of RGB (Red+Green+Blue) = 6+114+186=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #0672BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0672BA is #F98D45. Grayscale: #595959. Windows color (decimal): -16354630 or 12218886. OLE color: 12218886.

HSL color Cylindrical-coordinate representation of color #0672BA: hue angle of 204º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0672BA is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 114 186 -
CMYK 0.97 0.39 0 0.27
HSL 204º 0.94% 0.38% -
HSV(B) 204º 0.97% 0.73% -
XYZ 14.96 15.62 48.68 -
YUV 89.92 182.22 68.15 -
System Red Green Blue C M Y K H S L
Decimal 6 114 186 0.97 0.39 0 0.27 204 0.94 0.38
Hex 6 72 BA 61 27 0 1B CC 5E 26
Octal 6 162 272 141 47 0 33 314 136 46
Binary 110 1110010 10111010 1100001 100111 0 11011 11001100 1011110 100110

Color Harmonies of #0672BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0672BA

Black with #0672BA

Text Example


Text Example

White with #0672BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0672BA; }

 p { color: rgb(6,114,186); }

 H1.HeaderClassName
 {
   color: #0672BA;
 }
 .AnyTagClassName
 {
   color: #0672BA;
 }
</style>

background-color css

<style>
 a { background-color: #0672BA; }

 a { background-color: rgb(6,114,186); }

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

border-color css

<style>
 span { border-color: #0672BA; }

 span { border-color: rgb(6,114,186); }

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