Html Css Color HEX #0614AF New Midnight Blue

📋 copy color: '#0614AF'

red 6 ◦ green 20 ◦ blue 175

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

Shades of New Midnight Blue #0614AF

Tints of New Midnight Blue #0614AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 87.06%

R = 2.99%
G = 9.95%
B = 87.06%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0614AF (or 0x0614AF) is known color: New Midnight Blue. HEX triplet: 06, 14 and AF. RGB value is (6,20,175). Sum of RGB (Red+Green+Blue) = 6+20+175=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 175 (68.75% from 255 or 87.06% from 201); Max value from RGB is 175 - color contains mainly: blue. Hex color #0614AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0614AF is #F9EB50. Grayscale: #202020. Windows color (decimal): -16378705 or 11473926. OLE color: 11473926.

HSL color Cylindrical-coordinate representation of color #0614AF: hue angle of 235.03º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0614AF is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 20 175 -
CMYK 0.97 0.89 0 0.31
HSL 235.03º 0.93% 0.35% -
HSV(B) 235.03º 0.97% 0.69% -
XYZ 8.06 3.63 40.83 -
YUV 33.48 207.86 108.4 -
System Red Green Blue C M Y K H S L
Decimal 6 20 175 0.97 0.89 0 0.31 235.03 0.93 0.35
Hex 6 14 AF 61 59 0 1F EB 5D 23
Octal 6 24 257 141 131 0 37 353 135 43
Binary 110 10100 10101111 1100001 1011001 0 11111 11101011 1011101 100011

Color Harmonies of #0614AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0614AF

Black with #0614AF

Text Example


Text Example

White with #0614AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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