Html Css Color HEX #0614AB New Midnight Blue

📋 copy color: '#0614AB'

red 6 ◦ green 20 ◦ blue 171

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

Shades of New Midnight Blue #0614AB

Tints of New Midnight Blue #0614AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 86.8%

R = 3.05%
G = 10.15%
B = 86.8%

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

#0614AB (or 0x0614AB) is known color: New Midnight Blue. HEX triplet: 06, 14 and AB. RGB value is (6,20,171). Sum of RGB (Red+Green+Blue) = 6+20+171=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 171 (67.19% from 255 or 86.80% from 197); Max value from RGB is 171 - color contains mainly: blue. Hex color #0614AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0614AB is #F9EB54. Grayscale: #202020. Windows color (decimal): -16378709 or 11211782. OLE color: 11211782.

HSL color Cylindrical-coordinate representation of color #0614AB: hue angle of 234.91º 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 #0614AB is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 20 171 -
CMYK 0.96 0.88 0 0.33
HSL 234.91º 0.93% 0.35% -
HSV(B) 234.91º 0.96% 0.67% -
XYZ 7.68 3.48 38.8 -
YUV 33.03 205.86 108.72 -
System Red Green Blue C M Y K H S L
Decimal 6 20 171 0.96 0.88 0 0.33 234.91 0.93 0.35
Hex 6 14 AB 60 58 0 21 EB 5D 23
Octal 6 24 253 140 130 0 41 353 135 43
Binary 110 10100 10101011 1100000 1011000 0 100001 11101011 1011101 100011

Color Harmonies of #0614AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0614AB

Black with #0614AB

Text Example


Text Example

White with #0614AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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