Html Css Color HEX #0612AD New Midnight Blue

📋 copy color: '#0612AD'

red 6 ◦ green 18 ◦ blue 173

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

Shades of New Midnight Blue #0612AD

Tints of New Midnight Blue #0612AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 87.82%

R = 3.05%
G = 9.14%
B = 87.82%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0612AD (or 0x0612AD) is known color: New Midnight Blue. HEX triplet: 06, 12 and AD. RGB value is (6,18,173). Sum of RGB (Red+Green+Blue) = 6+18+173=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 173 (67.97% from 255 or 87.82% from 197); Max value from RGB is 173 - color contains mainly: blue. Hex color #0612AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0612AD is #F9ED52. Grayscale: #1F1F1F. Windows color (decimal): -16379219 or 11342342. OLE color: 11342342.

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

Color convert

RGB 6 18 173 -
CMYK 0.97 0.90 0 0.32
HSL 235.69º 0.93% 0.35% -
HSV(B) 235.69º 0.97% 0.68% -
XYZ 7.83 3.49 39.8 -
YUV 32.08 207.52 109.4 -
System Red Green Blue C M Y K H S L
Decimal 6 18 173 0.97 0.90 0 0.32 235.69 0.93 0.35
Hex 6 12 AD 61 5A 0 20 EC 5D 23
Octal 6 22 255 141 132 0 40 354 135 43
Binary 110 10010 10101101 1100001 1011010 0 100000 11101100 1011101 100011

Color Harmonies of #0612AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0612AD

Black with #0612AD

Text Example


Text Example

White with #0612AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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