Html Css Color HEX #0673BE Navy Blue

📋 copy color: '#0673BE'

red 6 ◦ green 115 ◦ blue 190

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

Shades of Navy Blue #0673BE

Tints of Navy Blue #0673BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.98%

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

R = 1.93%
G = 36.98%
B = 61.09%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0673BE (or 0x0673BE) is known color: Navy Blue. HEX triplet: 06, 73 and BE. RGB value is (6,115,190). Sum of RGB (Red+Green+Blue) = 6+115+190=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #0673BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0673BE is #F98C41. Grayscale: #5A5A5A. Windows color (decimal): -16354370 or 12481286. OLE color: 12481286.

HSL color Cylindrical-coordinate representation of color #0673BE: hue angle of 204.46º 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 #0673BE is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 115 190 -
CMYK 0.97 0.39 0 0.25
HSL 204.46º 0.94% 0.38% -
HSV(B) 204.46º 0.97% 0.75% -
XYZ 15.5 16.02 50.99 -
YUV 90.96 183.89 67.4 -
System Red Green Blue C M Y K H S L
Decimal 6 115 190 0.97 0.39 0 0.25 204.46 0.94 0.38
Hex 6 73 BE 61 27 0 19 CC 5E 26
Octal 6 163 276 141 47 0 31 314 136 46
Binary 110 1110011 10111110 1100001 100111 0 11001 11001100 1011110 100110

Color Harmonies of #0673BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0673BE

Black with #0673BE

Text Example


Text Example

White with #0673BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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