Html Css Color HEX #0070CC Navy Blue

📋 copy color: '#0070CC'

red 0 ◦ green 112 ◦ blue 204

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

Shades of Navy Blue #0070CC

Tints of Navy Blue #0070CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 0%
G = 35.44%
B = 64.56%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0070CC (or 0x0070CC) is known color: Navy Blue. HEX triplet: 00, 70 and CC. RGB value is (0,112,204). Sum of RGB (Red+Green+Blue) = 0+112+204=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #0070CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070CC is #FF8F33. Grayscale: #585858. Windows color (decimal): -16748340 or 13398016. OLE color: 13398016.

HSL color Cylindrical-coordinate representation of color #0070CC: hue angle of 207.06º 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 #0070CC is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 112 204 -
CMYK 1 0.45 0 0.2
HSL 207.06º 1% 0.4% -
HSV(B) 207.06º 1% 0.8% -
XYZ 16.69 15.95 59.33 -
YUV 89 192.89 64.52 -
System Red Green Blue C M Y K H S L
Decimal 0 112 204 1 0.45 0 0.2 207.06 1 0.4
Hex 0 70 CC 64 2D 0 14 CF 64 28
Octal 0 160 314 144 55 0 24 317 144 50
Binary 0 1110000 11001100 1100100 101101 0 10100 11001111 1100100 101000

Color Harmonies of #0070CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0070CC

Black with #0070CC

Text Example


Text Example

White with #0070CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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