Html Css Color HEX #061269 Midnight Blue

📋 copy color: '#061269'

red 6 ◦ green 18 ◦ blue 105

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

Shades of Midnight Blue #061269

Tints of Midnight Blue #061269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 81.4%

R = 4.65%
G = 13.95%
B = 81.4%

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

#061269 (or 0x061269) is known color: Midnight Blue. HEX triplet: 06, 12 and 69. RGB value is (6,18,105). Sum of RGB (Red+Green+Blue) = 6+18+105=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 105 (41.41% from 255 or 81.40% from 129); Max value from RGB is 105 - color contains mainly: blue. Hex color #061269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061269 is #F9ED96. Grayscale: #171717. Windows color (decimal): -16379287 or 6885894. OLE color: 6885894.

HSL color Cylindrical-coordinate representation of color #061269: hue angle of 232.73º 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 #061269 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 18 105 -
CMYK 0.94 0.83 0 0.59
HSL 232.73º 0.89% 0.22% -
HSV(B) 232.73º 0.94% 0.41% -
XYZ 2.84 1.49 13.5 -
YUV 24.33 173.52 114.93 -
System Red Green Blue C M Y K H S L
Decimal 6 18 105 0.94 0.83 0 0.59 232.73 0.89 0.22
Hex 6 12 69 5E 53 0 3B E9 59 16
Octal 6 22 151 136 123 0 73 351 131 26
Binary 110 10010 1101001 1011110 1010011 0 111011 11101001 1011001 10110

Color Harmonies of #061269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061269

Black with #061269

Text Example


Text Example

White with #061269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061269; }

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

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

background-color css

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

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

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

border-color css

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

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

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