Html Css Color HEX #0674CC Navy Blue

📋 copy color: '#0674CC'

red 6 ◦ green 116 ◦ blue 204

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

Shades of Navy Blue #0674CC

Tints of Navy Blue #0674CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 1.84%
G = 35.58%
B = 62.58%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0674CC (or 0x0674CC) is known color: Navy Blue. HEX triplet: 06, 74 and CC. RGB value is (6,116,204). Sum of RGB (Red+Green+Blue) = 6+116+204=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #0674CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0674CC is #F98B33. Grayscale: #5C5C5C. Windows color (decimal): -16354100 or 13399046. OLE color: 13399046.

HSL color Cylindrical-coordinate representation of color #0674CC: hue angle of 206.67º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0674CC is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 116 204 -
CMYK 0.97 0.43 0 0.2
HSL 206.67º 0.94% 0.41% -
HSV(B) 206.67º 0.97% 0.8% -
XYZ 17.22 16.89 59.48 -
YUV 93.14 190.56 65.84 -
System Red Green Blue C M Y K H S L
Decimal 6 116 204 0.97 0.43 0 0.2 206.67 0.94 0.41
Hex 6 74 CC 61 2B 0 14 CF 5E 29
Octal 6 164 314 141 53 0 24 317 136 51
Binary 110 1110100 11001100 1100001 101011 0 10100 11001111 1011110 101001

Color Harmonies of #0674CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0674CC

Black with #0674CC

Text Example


Text Example

White with #0674CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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