Html Css Color HEX #060245 Midnight Express

📋 copy color: '#060245'

red 6 ◦ green 2 ◦ blue 69

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

Shades of Midnight Express #060245

Tints of Midnight Express #060245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.6%

 BLUE value IS 69 (27.34% from 255) = 89.61%

R = 7.79%
G = 2.6%
B = 89.61%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#060245 (or 0x060245) is known color: Midnight Express. HEX triplet: 06, 02 and 45. RGB value is (6,2,69). Sum of RGB (Red+Green+Blue) = 6+2+69=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 69 (27.34% from 255 or 89.61% from 77); Max value from RGB is 69 - color contains mainly: blue. Hex color #060245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060245 is #F9FDBA. Grayscale: #0A0A0A. Windows color (decimal): -16383419 or 4522502. OLE color: 4522502.

HSL color Cylindrical-coordinate representation of color #060245: hue angle of 243.58º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060245 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 2 69 -
CMYK 0.91 0.97 0 0.73
HSL 243.58º 0.94% 0.14% -
HSV(B) 243.58º 0.97% 0.27% -
XYZ 1.17 0.51 5.67 -
YUV 10.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 6 2 69 0.91 0.97 0 0.73 243.58 0.94 0.14
Hex 6 2 45 5B 61 0 49 F4 5E E
Octal 6 2 105 133 141 0 111 364 136 16
Binary 110 10 1000101 1011011 1100001 0 1001001 11110100 1011110 1110

Color Harmonies of #060245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060245

Black with #060245

Text Example


Text Example

White with #060245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060245; }

 p { color: rgb(6,2,69); }

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

background-color css

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

 a { background-color: rgb(6,2,69); }

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

border-color css

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

 span { border-color: rgb(6,2,69); }

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