Html Css Color HEX #0671BC Navy Blue

📋 copy color: '#0671BC'

red 6 ◦ green 113 ◦ blue 188

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

Shades of Navy Blue #0671BC

Tints of Navy Blue #0671BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 1.95%
G = 36.81%
B = 61.24%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0671BC (or 0x0671BC) is known color: Navy Blue. HEX triplet: 06, 71 and BC. RGB value is (6,113,188). Sum of RGB (Red+Green+Blue) = 6+113+188=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #0671BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0671BC is #F98E43. Grayscale: #595959. Windows color (decimal): -16354884 or 12349702. OLE color: 12349702.

HSL color Cylindrical-coordinate representation of color #0671BC: hue angle of 204.73º 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 #0671BC is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 113 188 -
CMYK 0.97 0.40 0 0.26
HSL 204.73º 0.94% 0.38% -
HSV(B) 204.73º 0.97% 0.74% -
XYZ 15.06 15.48 49.77 -
YUV 89.56 183.55 68.4 -
System Red Green Blue C M Y K H S L
Decimal 6 113 188 0.97 0.40 0 0.26 204.73 0.94 0.38
Hex 6 71 BC 61 28 0 1A CD 5E 26
Octal 6 161 274 141 50 0 32 315 136 46
Binary 110 1110001 10111100 1100001 101000 0 11010 11001101 1011110 100110

Color Harmonies of #0671BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0671BC

Black with #0671BC

Text Example


Text Example

White with #0671BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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