Html Css Color HEX #06059C New Midnight Blue

📋 copy color: '#06059C'

red 6 ◦ green 5 ◦ blue 156

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

Shades of New Midnight Blue #06059C

Tints of New Midnight Blue #06059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 93.41%

R = 3.59%
G = 2.99%
B = 93.41%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06059C (or 0x06059C) is known color: New Midnight Blue. HEX triplet: 06, 05 and 9C. RGB value is (6,5,156). Sum of RGB (Red+Green+Blue) = 6+5+156=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 156 (61.33% from 255 or 93.41% from 167); Max value from RGB is 156 - color contains mainly: blue. Hex color #06059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06059C is #F9FA63. Grayscale: #151515. Windows color (decimal): -16382564 or 10224902. OLE color: 10224902.

HSL color Cylindrical-coordinate representation of color #06059C: hue angle of 240.4º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06059C is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 5 156 -
CMYK 0.96 0.97 0 0.39
HSL 240.4º 0.94% 0.32% -
HSV(B) 240.4º 0.97% 0.61% -
XYZ 6.13 2.55 31.62 -
YUV 22.51 203.33 116.22 -
System Red Green Blue C M Y K H S L
Decimal 6 5 156 0.96 0.97 0 0.39 240.4 0.94 0.32
Hex 6 5 9C 60 61 0 27 F0 5E 20
Octal 6 5 234 140 141 0 47 360 136 40
Binary 110 101 10011100 1100000 1100001 0 100111 11110000 1011110 100000

Color Harmonies of #06059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06059C

Black with #06059C

Text Example


Text Example

White with #06059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06059C; }

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

 H1.HeaderClassName
 {
   color: #06059C;
 }
 .AnyTagClassName
 {
   color: #06059C;
 }
</style>

background-color css

<style>
 a { background-color: #06059C; }

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

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

border-color css

<style>
 span { border-color: #06059C; }

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

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