Html Css Color HEX #0614AA New Midnight Blue

📋 copy color: '#0614AA'

red 6 ◦ green 20 ◦ blue 170

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

Shades of New Midnight Blue #0614AA

Tints of New Midnight Blue #0614AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

 BLUE value IS 170 (66.8% from 255) = 86.73%

R = 3.06%
G = 10.2%
B = 86.73%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0614AA (or 0x0614AA) is known color: New Midnight Blue. HEX triplet: 06, 14 and AA. RGB value is (6,20,170). Sum of RGB (Red+Green+Blue) = 6+20+170=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 170 (66.80% from 255 or 86.73% from 196); Max value from RGB is 170 - color contains mainly: blue. Hex color #0614AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0614AA is #F9EB55. Grayscale: #202020. Windows color (decimal): -16378710 or 11146246. OLE color: 11146246.

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

Color convert

RGB 6 20 170 -
CMYK 0.96 0.88 0 0.33
HSL 234.88º 0.93% 0.35% -
HSV(B) 234.88º 0.96% 0.67% -
XYZ 7.58 3.44 38.29 -
YUV 32.91 205.36 108.8 -
System Red Green Blue C M Y K H S L
Decimal 6 20 170 0.96 0.88 0 0.33 234.88 0.93 0.35
Hex 6 14 AA 60 58 0 21 EB 5D 23
Octal 6 24 252 140 130 0 41 353 135 43
Binary 110 10100 10101010 1100000 1011000 0 100001 11101011 1011101 100011

Color Harmonies of #0614AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0614AA

Black with #0614AA

Text Example


Text Example

White with #0614AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0614AA; }

 p { color: rgb(6,20,170); }

 H1.HeaderClassName
 {
   color: #0614AA;
 }
 .AnyTagClassName
 {
   color: #0614AA;
 }
</style>

background-color css

<style>
 a { background-color: #0614AA; }

 a { background-color: rgb(6,20,170); }

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

border-color css

<style>
 span { border-color: #0614AA; }

 span { border-color: rgb(6,20,170); }

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