#060CB1

Color #060CB1 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #060CB1

Tints of New Midnight Blue #060CB1

Color information

#060CB1 (or 0x060CB1) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0C and B1. RGB value is (6,12,177). Sum of RGB (Red+Green+Blue) = 6+12+177=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 177 (69.53% from 255 or 90.77% from 195); Max value from RGB is 177 - color contains mainly: blue. Hex color #060CB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060CB1 is #F9F34E. Grayscale: #1C1C1C. Windows color (decimal): -16380751 or 11602950. OLE color: 11602950.

HSL color Cylindrical-coordinate representation of color #060CB1: hue angle of 237.89º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CB1 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB612177-
CMYK0.970.9300.31
HSL237.89º93.44%35.88%-
HSV(B)237.89º96.61%69.41%-
XYZ8.143.4841.84-
YUV29.02211.51111.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 177 (69.53% from 255) = 90.77%
R=3.08%
G=6.15%
B=90.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6121770.970.9300.31237.8993.4435.88
Hex6CB1615D01Fee5d24
Octal61426114113503735613544
Binary11011001011000111000011011101011111111011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060CB1; }

 p { color: rgb(6,12,177); }

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

<style>
 a { background-color: #060CB1; }

 a { background-color: rgb(6,12,177); }

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

<style>
 span { border-color: #060CB1; }

 span { border-color: rgb(6,12,177); }

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