Html Css Color HEX #000C3B Midnight Express

📋 copy color: '#000C3B'

red 0 ◦ green 12 ◦ blue 59

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

Shades of Midnight Express #000C3B

Tints of Midnight Express #000C3B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 12 (5.08% from 255) = 16.9%

 BLUE value IS 59 (23.44% from 255) = 83.1%

R = 0%
G = 16.9%
B = 83.1%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#000C3B (or 0x000C3B) is known color: Midnight Express. HEX triplet: 00, 0C and 3B. RGB value is (0,12,59). Sum of RGB (Red+Green+Blue) = 0+12+59=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 59 (23.44% from 255 or 83.10% from 71); Max value from RGB is 59 - color contains mainly: blue. Hex color #000C3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C3B is #FFF3C4. Grayscale: #0D0D0D. Windows color (decimal): -16774085 or 3869696. OLE color: 3869696.

HSL color Cylindrical-coordinate representation of color #000C3B: hue angle of 227.8º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C3B is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 12 59 -
CMYK 1 0.80 0 0.77
HSL 227.8º 1% 0.12% -
HSV(B) 227.8º 1% 0.23% -
XYZ 0.92 0.58 4.2 -
YUV 13.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 0 12 59 1 0.80 0 0.77 227.8 1 0.12
Hex 0 C 3B 64 50 0 4D E4 64 C
Octal 0 14 73 144 120 0 115 344 144 14
Binary 0 1100 111011 1100100 1010000 0 1001101 11100100 1100100 1100

Color Harmonies of #000C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C3B

Black with #000C3B

Text Example


Text Example

White with #000C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000C3B; }

 p { color: rgb(0,12,59); }

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

background-color css

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

 a { background-color: rgb(0,12,59); }

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

border-color css

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

 span { border-color: rgb(0,12,59); }

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