Html Css Color HEX #0674BC Navy Blue

📋 copy color: '#0674BC'

red 6 ◦ green 116 ◦ blue 188

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

Shades of Navy Blue #0674BC

Tints of Navy Blue #0674BC

RGB

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

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

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

R = 1.94%
G = 37.42%
B = 60.65%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0674BC (or 0x0674BC) is known color: Navy Blue. HEX triplet: 06, 74 and BC. RGB value is (6,116,188). Sum of RGB (Red+Green+Blue) = 6+116+188=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #0674BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0674BC is #F98B43. Grayscale: #5A5A5A. Windows color (decimal): -16354116 or 12350470. OLE color: 12350470.

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

Color convert

RGB 6 116 188 -
CMYK 0.97 0.38 0 0.26
HSL 203.74º 0.94% 0.38% -
HSV(B) 203.74º 0.97% 0.74% -
XYZ 15.4 16.16 49.88 -
YUV 91.32 182.56 67.15 -
System Red Green Blue C M Y K H S L
Decimal 6 116 188 0.97 0.38 0 0.26 203.74 0.94 0.38
Hex 6 74 BC 61 26 0 1A CC 5E 26
Octal 6 164 274 141 46 0 32 314 136 46
Binary 110 1110100 10111100 1100001 100110 0 11010 11001100 1011110 100110

Color Harmonies of #0674BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0674BC

Black with #0674BC

Text Example


Text Example

White with #0674BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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