#060DB1

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

Shades of New Midnight Blue #060DB1

Tints of New Midnight Blue #060DB1

Color information

#060DB1 (or 0x060DB1) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0D and B1. RGB value is (6,13,177). Sum of RGB (Red+Green+Blue) = 6+13+177=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 177 (69.53% from 255 or 90.31% from 196); Max value from RGB is 177 - color contains mainly: blue. Hex color #060DB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060DB1 is #F9F24E. Grayscale: #1C1C1C. Windows color (decimal): -16380495 or 11603206. OLE color: 11603206.

HSL color Cylindrical-coordinate representation of color #060DB1: hue angle of 237.54º 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 #060DB1 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB613177-
CMYK0.970.9300.31
HSL237.54º93.44%35.88%-
HSV(B)237.54º96.61%69.41%-
XYZ8.153.541.84-
YUV29.6211.18111.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 13 (5.47% from 255) = 6.63%
BLUE value IS 177 (69.53% from 255) = 90.31%
R=3.06%
G=6.63%
B=90.31%

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
Decimal6131770.970.9300.31237.5493.4435.88
Hex6DB1615D01Fee5d24
Octal61526114113503735613544
Binary11011011011000111000011011101011111111011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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