Html Css Color HEX #0605AB New Midnight Blue

📋 copy color: '#0605AB'

red 6 ◦ green 5 ◦ blue 171

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

Shades of New Midnight Blue #0605AB

Tints of New Midnight Blue #0605AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 3.3%
G = 2.75%
B = 93.96%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0605AB (or 0x0605AB) is known color: New Midnight Blue. HEX triplet: 06, 05 and AB. RGB value is (6,5,171). Sum of RGB (Red+Green+Blue) = 6+5+171=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 171 (67.19% from 255 or 93.96% from 182); Max value from RGB is 171 - color contains mainly: blue. Hex color #0605AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0605AB is #F9FA54. Grayscale: #171717. Windows color (decimal): -16382549 or 11207942. OLE color: 11207942.

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

Color convert

RGB 6 5 171 -
CMYK 0.96 0.97 0 0.33
HSL 240.36º 0.94% 0.35% -
HSV(B) 240.36º 0.97% 0.67% -
XYZ 7.48 3.09 38.73 -
YUV 24.22 210.83 115 -
System Red Green Blue C M Y K H S L
Decimal 6 5 171 0.96 0.97 0 0.33 240.36 0.94 0.35
Hex 6 5 AB 60 61 0 21 F0 5E 23
Octal 6 5 253 140 141 0 41 360 136 43
Binary 110 101 10101011 1100000 1100001 0 100001 11110000 1011110 100011

Color Harmonies of #0605AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0605AB

Black with #0605AB

Text Example


Text Example

White with #0605AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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