Html Css Color HEX #060EAC New Midnight Blue

📋 copy color: '#060EAC'

red 6 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #060EAC

Tints of New Midnight Blue #060EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.29%

 BLUE value IS 172 (67.58% from 255) = 89.58%

R = 3.13%
G = 7.29%
B = 89.58%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#060EAC (or 0x060EAC) is known color: New Midnight Blue. HEX triplet: 06, 0E and AC. RGB value is (6,14,172). Sum of RGB (Red+Green+Blue) = 6+14+172=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 172 (67.58% from 255 or 89.58% from 192); Max value from RGB is 172 - color contains mainly: blue. Hex color #060EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060EAC is #F9F153. Grayscale: #1C1C1C. Windows color (decimal): -16380244 or 11275782. OLE color: 11275782.

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

Color convert

RGB 6 14 172 -
CMYK 0.97 0.92 0 0.33
HSL 237.11º 0.93% 0.35% -
HSV(B) 237.11º 0.97% 0.67% -
XYZ 7.68 3.33 39.27 -
YUV 29.62 208.35 111.15 -
System Red Green Blue C M Y K H S L
Decimal 6 14 172 0.97 0.92 0 0.33 237.11 0.93 0.35
Hex 6 E AC 61 5C 0 21 ED 5D 23
Octal 6 16 254 141 134 0 41 355 135 43
Binary 110 1110 10101100 1100001 1011100 0 100001 11101101 1011101 100011

Color Harmonies of #060EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060EAC

Black with #060EAC

Text Example


Text Example

White with #060EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,14,172); }

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

background-color css

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

 a { background-color: rgb(6,14,172); }

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

border-color css

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

 span { border-color: rgb(6,14,172); }

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