Html Css Color HEX #0674BF Navy Blue

📋 copy color: '#0674BF'

red 6 ◦ green 116 ◦ blue 191

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

Shades of Navy Blue #0674BF

Tints of Navy Blue #0674BF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

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

R = 1.92%
G = 37.06%
B = 61.02%

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

#0674BF (or 0x0674BF) is known color: Navy Blue. HEX triplet: 06, 74 and BF. RGB value is (6,116,191). Sum of RGB (Red+Green+Blue) = 6+116+191=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #0674BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0674BF is #F98B40. Grayscale: #5B5B5B. Windows color (decimal): -16354113 or 12547078. OLE color: 12547078.

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

Color convert

RGB 6 116 191 -
CMYK 0.97 0.39 0 0.25
HSL 204.32º 0.94% 0.39% -
HSV(B) 204.32º 0.97% 0.75% -
XYZ 15.72 16.29 51.61 -
YUV 91.66 184.06 66.9 -
System Red Green Blue C M Y K H S L
Decimal 6 116 191 0.97 0.39 0 0.25 204.32 0.94 0.39
Hex 6 74 BF 61 27 0 19 CC 5E 27
Octal 6 164 277 141 47 0 31 314 136 47
Binary 110 1110100 10111111 1100001 100111 0 11001 11001100 1011110 100111

Color Harmonies of #0674BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0674BF

Black with #0674BF

Text Example


Text Example

White with #0674BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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