Html Css Color HEX #061275 Midnight Blue

📋 copy color: '#061275'

red 6 ◦ green 18 ◦ blue 117

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

Shades of Midnight Blue #061275

Tints of Midnight Blue #061275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 4.26%
G = 12.77%
B = 82.98%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#061275 (or 0x061275) is known color: Midnight Blue. HEX triplet: 06, 12 and 75. RGB value is (6,18,117). Sum of RGB (Red+Green+Blue) = 6+18+117=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #061275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061275 is #F9ED8A. Grayscale: #191919. Windows color (decimal): -16379275 or 7672326. OLE color: 7672326.

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

Color convert

RGB 6 18 117 -
CMYK 0.95 0.85 0 0.54
HSL 233.51º 0.9% 0.24% -
HSV(B) 233.51º 0.95% 0.46% -
XYZ 3.5 1.76 16.98 -
YUV 25.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 6 18 117 0.95 0.85 0 0.54 233.51 0.9 0.24
Hex 6 12 75 5F 55 0 36 EA 5A 18
Octal 6 22 165 137 125 0 66 352 132 30
Binary 110 10010 1110101 1011111 1010101 0 110110 11101010 1011010 11000

Color Harmonies of #061275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061275

Black with #061275

Text Example


Text Example

White with #061275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061275; }

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

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

background-color css

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

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

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

border-color css

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

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

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