Html Css Color HEX #060BAE New Midnight Blue

📋 copy color: '#060BAE'

red 6 ◦ green 11 ◦ blue 174

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

Shades of New Midnight Blue #060BAE

Tints of New Midnight Blue #060BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 91.1%

R = 3.14%
G = 5.76%
B = 91.1%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#060BAE (or 0x060BAE) is known color: New Midnight Blue. HEX triplet: 06, 0B and AE. RGB value is (6,11,174). Sum of RGB (Red+Green+Blue) = 6+11+174=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 174 (68.36% from 255 or 91.10% from 191); Max value from RGB is 174 - color contains mainly: blue. Hex color #060BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060BAE is #F9F451. Grayscale: #1B1B1B. Windows color (decimal): -16381010 or 11406086. OLE color: 11406086.

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

Color convert

RGB 6 11 174 -
CMYK 0.97 0.94 0 0.32
HSL 238.21º 0.93% 0.35% -
HSV(B) 238.21º 0.97% 0.68% -
XYZ 7.83 3.33 40.28 -
YUV 28.09 210.34 112.25 -
System Red Green Blue C M Y K H S L
Decimal 6 11 174 0.97 0.94 0 0.32 238.21 0.93 0.35
Hex 6 B AE 61 5E 0 20 EE 5D 23
Octal 6 13 256 141 136 0 40 356 135 43
Binary 110 1011 10101110 1100001 1011110 0 100000 11101110 1011101 100011

Color Harmonies of #060BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060BAE

Black with #060BAE

Text Example


Text Example

White with #060BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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