Html Css Color HEX #06054B Midnight Blue

📋 copy color: '#06054B'

red 6 ◦ green 5 ◦ blue 75

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

Shades of Midnight Blue #06054B

Tints of Midnight Blue #06054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 87.21%

R = 6.98%
G = 5.81%
B = 87.21%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06054B (or 0x06054B) is known color: Midnight Blue. HEX triplet: 06, 05 and 4B. RGB value is (6,5,75). Sum of RGB (Red+Green+Blue) = 6+5+75=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 75 (29.69% from 255 or 87.21% from 86); Max value from RGB is 75 - color contains mainly: blue. Hex color #06054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06054B is #F9FAB4. Grayscale: #0D0D0D. Windows color (decimal): -16382645 or 4916486. OLE color: 4916486.

HSL color Cylindrical-coordinate representation of color #06054B: hue angle of 240.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06054B is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 5 75 -
CMYK 0.92 0.93 0 0.71
HSL 240.86º 0.88% 0.16% -
HSV(B) 240.86º 0.93% 0.29% -
XYZ 1.4 0.66 6.71 -
YUV 13.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 6 5 75 0.92 0.93 0 0.71 240.86 0.88 0.16
Hex 6 5 4B 5C 5D 0 47 F1 58 10
Octal 6 5 113 134 135 0 107 361 130 20
Binary 110 101 1001011 1011100 1011101 0 1000111 11110001 1011000 10000

Color Harmonies of #06054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06054B

Black with #06054B

Text Example


Text Example

White with #06054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06054B; }

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

 H1.HeaderClassName
 {
   color: #06054B;
 }
 .AnyTagClassName
 {
   color: #06054B;
 }
</style>

background-color css

<style>
 a { background-color: #06054B; }

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

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

border-color css

<style>
 span { border-color: #06054B; }

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

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