Html Css Color HEX #0674DC Navy Blue

📋 copy color: '#0674DC'

red 6 ◦ green 116 ◦ blue 220

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

Shades of Navy Blue #0674DC

Tints of Navy Blue #0674DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.33%

R = 1.75%
G = 33.92%
B = 64.33%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0674DC (or 0x0674DC) is known color: Navy Blue. HEX triplet: 06, 74 and DC. RGB value is (6,116,220). Sum of RGB (Red+Green+Blue) = 6+116+220=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #0674DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0674DC is #F98B23. Grayscale: #5E5E5E. Windows color (decimal): -16354084 or 14447622. OLE color: 14447622.

HSL color Cylindrical-coordinate representation of color #0674DC: hue angle of 209.16º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0674DC is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 116 220 -
CMYK 0.97 0.47 0 0.14
HSL 209.16º 0.95% 0.44% -
HSV(B) 209.16º 0.97% 0.86% -
XYZ 19.24 17.7 70.11 -
YUV 94.97 198.56 64.54 -
System Red Green Blue C M Y K H S L
Decimal 6 116 220 0.97 0.47 0 0.14 209.16 0.95 0.44
Hex 6 74 DC 61 2F 0 E D1 5F 2C
Octal 6 164 334 141 57 0 16 321 137 54
Binary 110 1110100 11011100 1100001 101111 0 1110 11010001 1011111 101100

Color Harmonies of #0674DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0674DC

Black with #0674DC

Text Example


Text Example

White with #0674DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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