Html Css Color HEX #061475 Midnight Blue

📋 copy color: '#061475'

red 6 ◦ green 20 ◦ blue 117

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

Shades of Midnight Blue #061475

Tints of Midnight Blue #061475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 81.82%

R = 4.2%
G = 13.99%
B = 81.82%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061475 (or 0x061475) is known color: Midnight Blue. HEX triplet: 06, 14 and 75. RGB value is (6,20,117). Sum of RGB (Red+Green+Blue) = 6+20+117=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #061475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061475 is #F9EB8A. Grayscale: #1A1A1A. Windows color (decimal): -16378763 or 7672838. OLE color: 7672838.

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

Color convert

RGB 6 20 117 -
CMYK 0.95 0.83 0 0.54
HSL 232.43º 0.9% 0.24% -
HSV(B) 232.43º 0.95% 0.46% -
XYZ 3.54 1.82 17 -
YUV 26.87 178.86 113.11 -
System Red Green Blue C M Y K H S L
Decimal 6 20 117 0.95 0.83 0 0.54 232.43 0.9 0.24
Hex 6 14 75 5F 53 0 36 E8 5A 18
Octal 6 24 165 137 123 0 66 350 132 30
Binary 110 10100 1110101 1011111 1010011 0 110110 11101000 1011010 11000

Color Harmonies of #061475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061475

Black with #061475

Text Example


Text Example

White with #061475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061475; }

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

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

background-color css

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

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

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

border-color css

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

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

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