Html Css Color HEX #06133C Midnight Express

📋 copy color: '#06133C'

red 6 ◦ green 19 ◦ blue 60

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

Shades of Midnight Express #06133C

Tints of Midnight Express #06133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.35%

 BLUE value IS 60 (23.83% from 255) = 70.59%

R = 7.06%
G = 22.35%
B = 70.59%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06133C (or 0x06133C) is known color: Midnight Express. HEX triplet: 06, 13 and 3C. RGB value is (6,19,60). Sum of RGB (Red+Green+Blue) = 6+19+60=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 60 (23.83% from 255 or 70.59% from 85); Max value from RGB is 60 - color contains mainly: blue. Hex color #06133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06133C is #F9ECC3. Grayscale: #131313. Windows color (decimal): -16379076 or 3937030. OLE color: 3937030.

HSL color Cylindrical-coordinate representation of color #06133C: hue angle of 225.56º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06133C is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 19 60 -
CMYK 0.90 0.68 0 0.76
HSL 225.56º 0.82% 0.13% -
HSV(B) 225.56º 0.9% 0.24% -
XYZ 1.12 0.83 4.38 -
YUV 19.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 6 19 60 0.90 0.68 0 0.76 225.56 0.82 0.13
Hex 6 13 3C 5A 44 0 4C E2 52 D
Octal 6 23 74 132 104 0 114 342 122 15
Binary 110 10011 111100 1011010 1000100 0 1001100 11100010 1010010 1101

Color Harmonies of #06133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06133C

Black with #06133C

Text Example


Text Example

White with #06133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06133C; }

 p { color: rgb(6,19,60); }

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

background-color css

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

 a { background-color: rgb(6,19,60); }

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

border-color css

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

 span { border-color: rgb(6,19,60); }

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