Html Css Color HEX #06044B Midnight Blue

📋 copy color: '#06044B'

red 6 ◦ green 4 ◦ blue 75

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

Shades of Midnight Blue #06044B

Tints of Midnight Blue #06044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.71%

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

R = 7.06%
G = 4.71%
B = 88.24%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06044B (or 0x06044B) is known color: Midnight Blue. HEX triplet: 06, 04 and 4B. RGB value is (6,4,75). Sum of RGB (Red+Green+Blue) = 6+4+75=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 75 (29.69% from 255 or 88.24% from 85); Max value from RGB is 75 - color contains mainly: blue. Hex color #06044B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06044B is #F9FBB4. Grayscale: #0C0C0C. Windows color (decimal): -16382901 or 4916230. OLE color: 4916230.

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

Color convert

RGB 6 4 75 -
CMYK 0.92 0.95 0 0.71
HSL 241.69º 0.9% 0.15% -
HSV(B) 241.69º 0.95% 0.29% -
XYZ 1.39 0.63 6.71 -
YUV 12.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 6 4 75 0.92 0.95 0 0.71 241.69 0.9 0.15
Hex 6 4 4B 5C 5F 0 47 F2 5A F
Octal 6 4 113 134 137 0 107 362 132 17
Binary 110 100 1001011 1011100 1011111 0 1000111 11110010 1011010 1111

Color Harmonies of #06044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06044B

Black with #06044B

Text Example


Text Example

White with #06044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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