Html Css Color HEX #0674BE Navy Blue

📋 copy color: '#0674BE'

red 6 ◦ green 116 ◦ blue 190

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

Shades of Navy Blue #0674BE

Tints of Navy Blue #0674BE

RGB

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

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

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

R = 1.92%
G = 37.18%
B = 60.9%

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

#0674BE (or 0x0674BE) is known color: Navy Blue. HEX triplet: 06, 74 and BE. RGB value is (6,116,190). Sum of RGB (Red+Green+Blue) = 6+116+190=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #0674BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0674BE is #F98B41. Grayscale: #5B5B5B. Windows color (decimal): -16354114 or 12481542. OLE color: 12481542.

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

Color convert

RGB 6 116 190 -
CMYK 0.97 0.39 0 0.25
HSL 204.13º 0.94% 0.38% -
HSV(B) 204.13º 0.97% 0.75% -
XYZ 15.61 16.25 51.03 -
YUV 91.55 183.56 66.98 -
System Red Green Blue C M Y K H S L
Decimal 6 116 190 0.97 0.39 0 0.25 204.13 0.94 0.38
Hex 6 74 BE 61 27 0 19 CC 5E 26
Octal 6 164 276 141 47 0 31 314 136 46
Binary 110 1110100 10111110 1100001 100111 0 11001 11001100 1011110 100110

Color Harmonies of #0674BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0674BE

Black with #0674BE

Text Example


Text Example

White with #0674BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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