Html Css Color HEX #060D6B Midnight Blue

📋 copy color: '#060D6B'

red 6 ◦ green 13 ◦ blue 107

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

Shades of Midnight Blue #060D6B

Tints of Midnight Blue #060D6B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.32%

 BLUE value IS 107 (42.19% from 255) = 84.92%

R = 4.76%
G = 10.32%
B = 84.92%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#060D6B (or 0x060D6B) is known color: Midnight Blue. HEX triplet: 06, 0D and 6B. RGB value is (6,13,107). Sum of RGB (Red+Green+Blue) = 6+13+107=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 107 (42.19% from 255 or 84.92% from 126); Max value from RGB is 107 - color contains mainly: blue. Hex color #060D6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D6B is #F9F294. Grayscale: #151515. Windows color (decimal): -16380565 or 7015686. OLE color: 7015686.

HSL color Cylindrical-coordinate representation of color #060D6B: hue angle of 235.84º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060D6B is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 13 107 -
CMYK 0.94 0.88 0 0.58
HSL 235.84º 0.89% 0.22% -
HSV(B) 235.84º 0.94% 0.42% -
XYZ 2.87 1.39 14.03 -
YUV 21.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 6 13 107 0.94 0.88 0 0.58 235.84 0.89 0.22
Hex 6 D 6B 5E 58 0 3A EC 59 16
Octal 6 15 153 136 130 0 72 354 131 26
Binary 110 1101 1101011 1011110 1011000 0 111010 11101100 1011001 10110

Color Harmonies of #060D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060D6B

Black with #060D6B

Text Example


Text Example

White with #060D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060D6B; }

 p { color: rgb(6,13,107); }

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

background-color css

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

 a { background-color: rgb(6,13,107); }

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

border-color css

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

 span { border-color: rgb(6,13,107); }

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