Html Css Color HEX #0612AC New Midnight Blue

📋 copy color: '#0612AC'

red 6 ◦ green 18 ◦ blue 172

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

Shades of New Midnight Blue #0612AC

Tints of New Midnight Blue #0612AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 3.06%
G = 9.18%
B = 87.76%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0612AC (or 0x0612AC) is known color: New Midnight Blue. HEX triplet: 06, 12 and AC. RGB value is (6,18,172). Sum of RGB (Red+Green+Blue) = 6+18+172=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #0612AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0612AC is #F9ED53. Grayscale: #1F1F1F. Windows color (decimal): -16379220 or 11276806. OLE color: 11276806.

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

Color convert

RGB 6 18 172 -
CMYK 0.97 0.90 0 0.33
HSL 235.66º 0.93% 0.35% -
HSV(B) 235.66º 0.97% 0.67% -
XYZ 7.74 3.45 39.29 -
YUV 31.97 207.02 109.48 -
System Red Green Blue C M Y K H S L
Decimal 6 18 172 0.97 0.90 0 0.33 235.66 0.93 0.35
Hex 6 12 AC 61 5A 0 21 EC 5D 23
Octal 6 22 254 141 132 0 41 354 135 43
Binary 110 10010 10101100 1100001 1011010 0 100001 11101100 1011101 100011

Color Harmonies of #0612AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0612AC

Black with #0612AC

Text Example


Text Example

White with #0612AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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