Html Css Color HEX #060BAB New Midnight Blue

📋 copy color: '#060BAB'

red 6 ◦ green 11 ◦ blue 171

#060BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #060BAB

Tints of New Midnight Blue #060BAB

RGB

 RED value IS 6 (2.73% from 255) = 3.19%

 GREEN value IS 11 (4.69% from 255) = 5.85%

 BLUE value IS 171 (67.19% from 255) = 90.96%

R = 3.19%
G = 5.85%
B = 90.96%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#060BAB (or 0x060BAB) is known color: New Midnight Blue. HEX triplet: 06, 0B and AB. RGB value is (6,11,171). Sum of RGB (Red+Green+Blue) = 6+11+171=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 171 (67.19% from 255 or 90.96% from 188); Max value from RGB is 171 - color contains mainly: blue. Hex color #060BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060BAB is #F9F454. Grayscale: #1B1B1B. Windows color (decimal): -16381013 or 11209478. OLE color: 11209478.

HSL color Cylindrical-coordinate representation of color #060BAB: hue angle of 238.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060BAB is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 11 171 -
CMYK 0.96 0.94 0 0.33
HSL 238.18º 0.93% 0.35% -
HSV(B) 238.18º 0.96% 0.67% -
XYZ 7.55 3.22 38.75 -
YUV 27.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 6 11 171 0.96 0.94 0 0.33 238.18 0.93 0.35
Hex 6 B AB 60 5E 0 21 EE 5D 23
Octal 6 13 253 140 136 0 41 356 135 43
Binary 110 1011 10101011 1100000 1011110 0 100001 11101110 1011101 100011

Color Harmonies of #060BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060BAB

Black with #060BAB

Text Example


Text Example

White with #060BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #060BAB;
 }
 .AnyTagClassName
 {
   color: #060BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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