Html Css Color HEX #06133F Midnight Express

📋 copy color: '#06133F'

red 6 ◦ green 19 ◦ blue 63

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

Shades of Midnight Express #06133F

Tints of Midnight Express #06133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 71.59%

R = 6.82%
G = 21.59%
B = 71.59%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#06133F (or 0x06133F) is known color: Midnight Express. HEX triplet: 06, 13 and 3F. RGB value is (6,19,63). Sum of RGB (Red+Green+Blue) = 6+19+63=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #06133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06133F is #F9ECC0. Grayscale: #131313. Windows color (decimal): -16379073 or 4133638. OLE color: 4133638.

HSL color Cylindrical-coordinate representation of color #06133F: hue angle of 226.32º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06133F is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 19 63 -
CMYK 0.90 0.70 0 0.75
HSL 226.32º 0.83% 0.14% -
HSV(B) 226.32º 0.9% 0.25% -
XYZ 1.21 0.86 4.81 -
YUV 20.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 6 19 63 0.90 0.70 0 0.75 226.32 0.83 0.14
Hex 6 13 3F 5A 46 0 4B E2 53 E
Octal 6 23 77 132 106 0 113 342 123 16
Binary 110 10011 111111 1011010 1000110 0 1001011 11100010 1010011 1110

Color Harmonies of #06133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06133F

Black with #06133F

Text Example


Text Example

White with #06133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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