Html Css Color HEX #0616AC New Midnight Blue

📋 copy color: '#0616AC'

red 6 ◦ green 22 ◦ blue 172

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

Shades of New Midnight Blue #0616AC

Tints of New Midnight Blue #0616AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

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

R = 3%
G = 11%
B = 86%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0616AC (or 0x0616AC) is known color: New Midnight Blue. HEX triplet: 06, 16 and AC. RGB value is (6,22,172). Sum of RGB (Red+Green+Blue) = 6+22+172=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 172 (67.58% from 255 or 86% from 200); Max value from RGB is 172 - color contains mainly: blue. Hex color #0616AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0616AC is #F9E953. Grayscale: #212121. Windows color (decimal): -16378196 or 11277830. OLE color: 11277830.

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

Color convert

RGB 6 22 172 -
CMYK 0.97 0.87 0 0.33
HSL 234.22º 0.93% 0.35% -
HSV(B) 234.22º 0.97% 0.67% -
XYZ 7.81 3.59 39.31 -
YUV 34.32 205.7 107.8 -
System Red Green Blue C M Y K H S L
Decimal 6 22 172 0.97 0.87 0 0.33 234.22 0.93 0.35
Hex 6 16 AC 61 57 0 21 EA 5D 23
Octal 6 26 254 141 127 0 41 352 135 43
Binary 110 10110 10101100 1100001 1010111 0 100001 11101010 1011101 100011

Color Harmonies of #0616AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0616AC

Black with #0616AC

Text Example


Text Example

White with #0616AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0616AC; }

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

 H1.HeaderClassName
 {
   color: #0616AC;
 }
 .AnyTagClassName
 {
   color: #0616AC;
 }
</style>

background-color css

<style>
 a { background-color: #0616AC; }

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

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

border-color css

<style>
 span { border-color: #0616AC; }

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

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