Html Css Color HEX #0672BF Navy Blue

📋 copy color: '#0672BF'

red 6 ◦ green 114 ◦ blue 191

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

Shades of Navy Blue #0672BF

Tints of Navy Blue #0672BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.41%

R = 1.93%
G = 36.66%
B = 61.41%

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

#0672BF (or 0x0672BF) is known color: Navy Blue. HEX triplet: 06, 72 and BF. RGB value is (6,114,191). Sum of RGB (Red+Green+Blue) = 6+114+191=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #0672BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0672BF is #F98D40. Grayscale: #5A5A5A. Windows color (decimal): -16354625 or 12546566. OLE color: 12546566.

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

Color convert

RGB 6 114 191 -
CMYK 0.97 0.40 0 0.25
HSL 204.97º 0.94% 0.39% -
HSV(B) 204.97º 0.97% 0.75% -
XYZ 15.5 15.83 51.53 -
YUV 90.49 184.72 67.74 -
System Red Green Blue C M Y K H S L
Decimal 6 114 191 0.97 0.40 0 0.25 204.97 0.94 0.39
Hex 6 72 BF 61 28 0 19 CD 5E 27
Octal 6 162 277 141 50 0 31 315 136 47
Binary 110 1110010 10111111 1100001 101000 0 11001 11001101 1011110 100111

Color Harmonies of #0672BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0672BF

Black with #0672BF

Text Example


Text Example

White with #0672BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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