#0C7ACC

Color #0C7ACC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0C7ACC

Tints of Navy Blue #0C7ACC

Color information

#0C7ACC (or 0x0C7ACC) is unknown color: approx Navy Blue. HEX triplet: 0C, 7A and CC. RGB value is (12,122,204). Sum of RGB (Red+Green+Blue) = 12+122+204=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C7ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7ACC is #F38533. Grayscale: #626262. Windows color (decimal): -15959348 or 13400588. OLE color: 13400588.

HSL color Cylindrical-coordinate representation of color #0C7ACC: hue angle of 205.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7ACC is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12122204-
CMYK0.940.4000.2
HSL205.62º88.89%42.35%-
HSV(B)205.62º94.12%80%-
XYZ18.0118.3659.72-
YUV98.46187.5666.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.55%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 204 (80.08% from 255) = 60.36%
R=3.55%
G=36.09%
B=60.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal121222040.940.4000.2205.6288.8942.35
HexC7ACC5E28014ce592a
Octal141723141365002431613152
Binary11001111010110011001011110101000010100110011101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C7ACC; }

 p { color: rgb(12,122,204); }

 H1.HeaderClassName
 {
   color: #0C7ACC;
 }
 .AnyTagClassName
 {
   color: #0C7ACC;
 }
</style>
background-color css

<style>
 a { background-color: #0C7ACC; }

 a { background-color: rgb(12,122,204); }

 div.DivClassName
 {
   background-color: #0C7ACC;
 }
 .BgClassName
 {
   background-color: #0C7ACC;
 }
</style>
border-color css

<style>
 span { border-color: #0C7ACC; }

 span { border-color: rgb(12,122,204); }

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