Html Css Color HEX #0074CC Navy Blue

📋 copy color: '#0074CC'

red 0 ◦ green 116 ◦ blue 204

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

Shades of Navy Blue #0074CC

Tints of Navy Blue #0074CC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 36.25%
B = 63.75%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0074CC (or 0x0074CC) is known color: Navy Blue. HEX triplet: 00, 74 and CC. RGB value is (0,116,204). Sum of RGB (Red+Green+Blue) = 0+116+204=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #0074CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074CC is #FF8B33. Grayscale: #5A5A5A. Windows color (decimal): -16747316 or 13399040. OLE color: 13399040.

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

Color convert

RGB 0 116 204 -
CMYK 1 0.43 0 0.2
HSL 205.88º 1% 0.4% -
HSV(B) 205.88º 1% 0.8% -
XYZ 17.14 16.85 59.48 -
YUV 91.35 191.57 62.84 -
System Red Green Blue C M Y K H S L
Decimal 0 116 204 1 0.43 0 0.2 205.88 1 0.4
Hex 0 74 CC 64 2B 0 14 CE 64 28
Octal 0 164 314 144 53 0 24 316 144 50
Binary 0 1110100 11001100 1100100 101011 0 10100 11001110 1100100 101000

Color Harmonies of #0074CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0074CC

Black with #0074CC

Text Example


Text Example

White with #0074CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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