Html Css Color HEX #061375 Midnight Blue

📋 copy color: '#061375'

red 6 ◦ green 19 ◦ blue 117

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

Shades of Midnight Blue #061375

Tints of Midnight Blue #061375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

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

R = 4.23%
G = 13.38%
B = 82.39%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061375 (or 0x061375) is known color: Midnight Blue. HEX triplet: 06, 13 and 75. RGB value is (6,19,117). Sum of RGB (Red+Green+Blue) = 6+19+117=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #061375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061375 is #F9EC8A. Grayscale: #191919. Windows color (decimal): -16379019 or 7672582. OLE color: 7672582.

HSL color Cylindrical-coordinate representation of color #061375: hue angle of 232.97º 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 #061375 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 19 117 -
CMYK 0.95 0.84 0 0.54
HSL 232.97º 0.9% 0.24% -
HSV(B) 232.97º 0.95% 0.46% -
XYZ 3.52 1.79 16.99 -
YUV 26.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 6 19 117 0.95 0.84 0 0.54 232.97 0.9 0.24
Hex 6 13 75 5F 54 0 36 E9 5A 18
Octal 6 23 165 137 124 0 66 351 132 30
Binary 110 10011 1110101 1011111 1010100 0 110110 11101001 1011010 11000

Color Harmonies of #061375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061375

Black with #061375

Text Example


Text Example

White with #061375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061375; }

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

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

background-color css

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

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

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

border-color css

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

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

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