Html Css Color HEX #061472 Midnight Blue

📋 copy color: '#061472'

red 6 ◦ green 20 ◦ blue 114

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

Shades of Midnight Blue #061472

Tints of Midnight Blue #061472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 81.43%

R = 4.29%
G = 14.29%
B = 81.43%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#061472 (or 0x061472) is known color: Midnight Blue. HEX triplet: 06, 14 and 72. RGB value is (6,20,114). Sum of RGB (Red+Green+Blue) = 6+20+114=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 114 (44.92% from 255 or 81.43% from 140); Max value from RGB is 114 - color contains mainly: blue. Hex color #061472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061472 is #F9EB8D. Grayscale: #1A1A1A. Windows color (decimal): -16378766 or 7476230. OLE color: 7476230.

HSL color Cylindrical-coordinate representation of color #061472: hue angle of 232.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061472 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 20 114 -
CMYK 0.95 0.82 0 0.55
HSL 232.22º 0.9% 0.24% -
HSV(B) 232.22º 0.95% 0.45% -
XYZ 3.36 1.75 16.08 -
YUV 26.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 6 20 114 0.95 0.82 0 0.55 232.22 0.9 0.24
Hex 6 14 72 5F 52 0 37 E8 5A 18
Octal 6 24 162 137 122 0 67 350 132 30
Binary 110 10100 1110010 1011111 1010010 0 110111 11101000 1011010 11000

Color Harmonies of #061472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061472

Black with #061472

Text Example


Text Example

White with #061472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061472; }

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

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

background-color css

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

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

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

border-color css

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

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

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