#0C50DD

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

Shades of Navy Blue #0C50DD

Tints of Navy Blue #0C50DD

Color information

#0C50DD (or 0x0C50DD) is unknown color: approx Navy Blue. HEX triplet: 0C, 50 and DD. RGB value is (12,80,221). Sum of RGB (Red+Green+Blue) = 12+80+221=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C50DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C50DD is #F3AF22. Grayscale: #4B4B4B. Windows color (decimal): -15970083 or 14503948. OLE color: 14503948.

HSL color Cylindrical-coordinate representation of color #0C50DD: hue angle of 220.48º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C50DD is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1280221-
CMYK0.950.6400.13
HSL220.48º89.7%45.69%-
HSV(B)220.48º94.57%86.67%-
XYZ16.0711.0469.69-
YUV75.74209.9782.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.83%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 221 (86.72% from 255) = 70.61%
R=3.83%
G=25.56%
B=70.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12802210.950.6400.13220.4889.745.69
HexC50DD5F400Ddc5a2e
Octal1412033513710001533413256
Binary11001010000110111011011111100000001101110111001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C50DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,80,221); }

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

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

 a { background-color: rgb(12,80,221); }

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

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

 span { border-color: rgb(12,80,221); }

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