Html Css Color HEX #061268 Midnight Blue

📋 copy color: '#061268'

red 6 ◦ green 18 ◦ blue 104

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

Shades of Midnight Blue #061268

Tints of Midnight Blue #061268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 81.25%

R = 4.69%
G = 14.06%
B = 81.25%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#061268 (or 0x061268) is known color: Midnight Blue. HEX triplet: 06, 12 and 68. RGB value is (6,18,104). Sum of RGB (Red+Green+Blue) = 6+18+104=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 104 (41.02% from 255 or 81.25% from 128); Max value from RGB is 104 - color contains mainly: blue. Hex color #061268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061268 is #F9ED97. Grayscale: #171717. Windows color (decimal): -16379288 or 6820358. OLE color: 6820358.

HSL color Cylindrical-coordinate representation of color #061268: hue angle of 232.65º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061268 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 18 104 -
CMYK 0.94 0.83 0 0.59
HSL 232.65º 0.89% 0.22% -
HSV(B) 232.65º 0.94% 0.41% -
XYZ 2.79 1.47 13.23 -
YUV 24.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 6 18 104 0.94 0.83 0 0.59 232.65 0.89 0.22
Hex 6 12 68 5E 53 0 3B E9 59 16
Octal 6 22 150 136 123 0 73 351 131 26
Binary 110 10010 1101000 1011110 1010011 0 111011 11101001 1011001 10110

Color Harmonies of #061268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061268

Black with #061268

Text Example


Text Example

White with #061268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061268; }

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

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

background-color css

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

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

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

border-color css

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

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

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