Html Css Color HEX #0614AE New Midnight Blue

📋 copy color: '#0614AE'

red 6 ◦ green 20 ◦ blue 174

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

Shades of New Midnight Blue #0614AE

Tints of New Midnight Blue #0614AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 87%

R = 3%
G = 10%
B = 87%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0614AE (or 0x0614AE) is known color: New Midnight Blue. HEX triplet: 06, 14 and AE. RGB value is (6,20,174). Sum of RGB (Red+Green+Blue) = 6+20+174=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 174 (68.36% from 255 or 87% from 200); Max value from RGB is 174 - color contains mainly: blue. Hex color #0614AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0614AE is #F9EB51. Grayscale: #202020. Windows color (decimal): -16378706 or 11408390. OLE color: 11408390.

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

Color convert

RGB 6 20 174 -
CMYK 0.97 0.89 0 0.32
HSL 235º 0.93% 0.35% -
HSV(B) 235º 0.97% 0.68% -
XYZ 7.97 3.6 40.32 -
YUV 33.37 207.36 108.48 -
System Red Green Blue C M Y K H S L
Decimal 6 20 174 0.97 0.89 0 0.32 235 0.93 0.35
Hex 6 14 AE 61 59 0 20 EB 5D 23
Octal 6 24 256 141 131 0 40 353 135 43
Binary 110 10100 10101110 1100001 1011001 0 100000 11101011 1011101 100011

Color Harmonies of #0614AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0614AE

Black with #0614AE

Text Example


Text Example

White with #0614AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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