Html Css Color HEX #061233 Midnight Express

📋 copy color: '#061233'

red 6 ◦ green 18 ◦ blue 51

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

Shades of Midnight Express #061233

Tints of Midnight Express #061233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 68%

R = 8%
G = 24%
B = 68%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#061233 (or 0x061233) is known color: Midnight Express. HEX triplet: 06, 12 and 33. RGB value is (6,18,51). Sum of RGB (Red+Green+Blue) = 6+18+51=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 51 (20.31% from 255 or 68% from 75); Max value from RGB is 51 - color contains mainly: blue. Hex color #061233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061233 is #F9EDCC. Grayscale: #121212. Windows color (decimal): -16379341 or 3346950. OLE color: 3346950.

HSL color Cylindrical-coordinate representation of color #061233: hue angle of 224º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061233 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 18 51 -
CMYK 0.88 0.65 0 0.8
HSL 224º 0.79% 0.11% -
HSV(B) 224º 0.88% 0.2% -
XYZ 0.89 0.71 3.22 -
YUV 18.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 6 18 51 0.88 0.65 0 0.8 224 0.79 0.11
Hex 6 12 33 58 41 0 50 E0 4F B
Octal 6 22 63 130 101 0 120 340 117 13
Binary 110 10010 110011 1011000 1000001 0 1010000 11100000 1001111 1011

Color Harmonies of #061233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061233

Black with #061233

Text Example


Text Example

White with #061233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061233; }

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

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

background-color css

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

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

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

border-color css

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

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

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