#060BB1

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

Shades of New Midnight Blue #060BB1

Tints of New Midnight Blue #060BB1

Color information

#060BB1 (or 0x060BB1) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0B and B1. RGB value is (6,11,177). Sum of RGB (Red+Green+Blue) = 6+11+177=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 177 (69.53% from 255 or 91.24% from 194); Max value from RGB is 177 - color contains mainly: blue. Hex color #060BB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060BB1 is #F9F44E. Grayscale: #1B1B1B. Windows color (decimal): -16381007 or 11602694. OLE color: 11602694.

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

Color convert

RGB611177-
CMYK0.970.9400.31
HSL238.25º93.44%35.88%-
HSV(B)238.25º96.61%69.41%-
XYZ8.133.4541.83-
YUV28.43211.84112-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.09%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 177 (69.53% from 255) = 91.24%
R=3.09%
G=5.67%
B=91.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6111770.970.9400.31238.2593.4435.88
Hex6BB1615E01Fee5d24
Octal61326114113603735613544
Binary11010111011000111000011011110011111111011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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