Html Css Color HEX #0672BE Navy Blue

📋 copy color: '#0672BE'

red 6 ◦ green 114 ◦ blue 190

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

Shades of Navy Blue #0672BE

Tints of Navy Blue #0672BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 1.94%
G = 36.77%
B = 61.29%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0672BE (or 0x0672BE) is known color: Navy Blue. HEX triplet: 06, 72 and BE. RGB value is (6,114,190). Sum of RGB (Red+Green+Blue) = 6+114+190=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #0672BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0672BE is #F98D41. Grayscale: #595959. Windows color (decimal): -16354626 or 12481030. OLE color: 12481030.

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

Color convert

RGB 6 114 190 -
CMYK 0.97 0.40 0 0.25
HSL 204.78º 0.94% 0.38% -
HSV(B) 204.78º 0.97% 0.75% -
XYZ 15.39 15.79 50.95 -
YUV 90.37 184.22 67.82 -
System Red Green Blue C M Y K H S L
Decimal 6 114 190 0.97 0.40 0 0.25 204.78 0.94 0.38
Hex 6 72 BE 61 28 0 19 CD 5E 26
Octal 6 162 276 141 50 0 31 315 136 46
Binary 110 1110010 10111110 1100001 101000 0 11001 11001101 1011110 100110

Color Harmonies of #0672BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0672BE

Black with #0672BE

Text Example


Text Example

White with #0672BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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