Html Css Color HEX #060238 Midnight Express

📋 copy color: '#060238'

red 6 ◦ green 2 ◦ blue 56

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

Shades of Midnight Express #060238

Tints of Midnight Express #060238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 87.5%

R = 9.38%
G = 3.13%
B = 87.5%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#060238 (or 0x060238) is known color: Midnight Express. HEX triplet: 06, 02 and 38. RGB value is (6,2,56). Sum of RGB (Red+Green+Blue) = 6+2+56=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 56 (22.27% from 255 or 87.5% from 64); Max value from RGB is 56 - color contains mainly: blue. Hex color #060238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060238 is #F9FDC7. Grayscale: #090909. Windows color (decimal): -16383432 or 3670534. OLE color: 3670534.

HSL color Cylindrical-coordinate representation of color #060238: hue angle of 244.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060238 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 2 56 -
CMYK 0.89 0.96 0 0.78
HSL 244.44º 0.93% 0.11% -
HSV(B) 244.44º 0.96% 0.22% -
XYZ 0.81 0.37 3.77 -
YUV 9.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 6 2 56 0.89 0.96 0 0.78 244.44 0.93 0.11
Hex 6 2 38 59 60 0 4E F4 5D B
Octal 6 2 70 131 140 0 116 364 135 13
Binary 110 10 111000 1011001 1100000 0 1001110 11110100 1011101 1011

Color Harmonies of #060238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060238

Black with #060238

Text Example


Text Example

White with #060238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060238; }

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

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

background-color css

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

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

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

border-color css

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

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

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