Html Css Color HEX #060CAC New Midnight Blue

📋 copy color: '#060CAC'

red 6 ◦ green 12 ◦ blue 172

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

Shades of New Midnight Blue #060CAC

Tints of New Midnight Blue #060CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

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

R = 3.16%
G = 6.32%
B = 90.53%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#060CAC (or 0x060CAC) is known color: New Midnight Blue. HEX triplet: 06, 0C and AC. RGB value is (6,12,172). Sum of RGB (Red+Green+Blue) = 6+12+172=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 172 (67.58% from 255 or 90.53% from 190); Max value from RGB is 172 - color contains mainly: blue. Hex color #060CAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060CAC is #F9F353. Grayscale: #1B1B1B. Windows color (decimal): -16380756 or 11275270. OLE color: 11275270.

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

Color convert

RGB 6 12 172 -
CMYK 0.97 0.93 0 0.33
HSL 237.83º 0.93% 0.35% -
HSV(B) 237.83º 0.97% 0.67% -
XYZ 7.65 3.28 39.26 -
YUV 28.45 209.01 111.99 -
System Red Green Blue C M Y K H S L
Decimal 6 12 172 0.97 0.93 0 0.33 237.83 0.93 0.35
Hex 6 C AC 61 5D 0 21 EE 5D 23
Octal 6 14 254 141 135 0 41 356 135 43
Binary 110 1100 10101100 1100001 1011101 0 100001 11101110 1011101 100011

Color Harmonies of #060CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CAC

Black with #060CAC

Text Example


Text Example

White with #060CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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