Html Css Color HEX #061244 Midnight Express

📋 copy color: '#061244'

red 6 ◦ green 18 ◦ blue 68

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

Shades of Midnight Express #061244

Tints of Midnight Express #061244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 73.91%

R = 6.52%
G = 19.57%
B = 73.91%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#061244 (or 0x061244) is known color: Midnight Express. HEX triplet: 06, 12 and 44. RGB value is (6,18,68). Sum of RGB (Red+Green+Blue) = 6+18+68=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 68 (26.95% from 255 or 73.91% from 92); Max value from RGB is 68 - color contains mainly: blue. Hex color #061244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061244 is #F9EDBB. Grayscale: #131313. Windows color (decimal): -16379324 or 4461062. OLE color: 4461062.

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

Color convert

RGB 6 18 68 -
CMYK 0.91 0.74 0 0.73
HSL 228.39º 0.84% 0.15% -
HSV(B) 228.39º 0.91% 0.27% -
XYZ 1.33 0.89 5.57 -
YUV 20.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 6 18 68 0.91 0.74 0 0.73 228.39 0.84 0.15
Hex 6 12 44 5B 4A 0 49 E4 54 F
Octal 6 22 104 133 112 0 111 344 124 17
Binary 110 10010 1000100 1011011 1001010 0 1001001 11100100 1010100 1111

Color Harmonies of #061244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061244

Black with #061244

Text Example


Text Example

White with #061244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061244; }

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

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

background-color css

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

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

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

border-color css

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

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

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