Html Css Color HEX #0673BC Navy Blue

📋 copy color: '#0673BC'

red 6 ◦ green 115 ◦ blue 188

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

Shades of Navy Blue #0673BC

Tints of Navy Blue #0673BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 1.94%
G = 37.22%
B = 60.84%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0673BC (or 0x0673BC) is known color: Navy Blue. HEX triplet: 06, 73 and BC. RGB value is (6,115,188). Sum of RGB (Red+Green+Blue) = 6+115+188=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #0673BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0673BC is #F98C43. Grayscale: #5A5A5A. Windows color (decimal): -16354372 or 12350214. OLE color: 12350214.

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

Color convert

RGB 6 115 188 -
CMYK 0.97 0.39 0 0.26
HSL 204.07º 0.94% 0.38% -
HSV(B) 204.07º 0.97% 0.74% -
XYZ 15.28 15.93 49.85 -
YUV 90.73 182.89 67.56 -
System Red Green Blue C M Y K H S L
Decimal 6 115 188 0.97 0.39 0 0.26 204.07 0.94 0.38
Hex 6 73 BC 61 27 0 1A CC 5E 26
Octal 6 163 274 141 47 0 32 314 136 46
Binary 110 1110011 10111100 1100001 100111 0 11010 11001100 1011110 100110

Color Harmonies of #0673BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0673BC

Black with #0673BC

Text Example


Text Example

White with #0673BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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