Html Css Color HEX #000C3D Midnight Express

📋 copy color: '#000C3D'

red 0 ◦ green 12 ◦ blue 61

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

Shades of Midnight Express #000C3D

Tints of Midnight Express #000C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 83.56%

R = 0%
G = 16.44%
B = 83.56%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#000C3D (or 0x000C3D) is known color: Midnight Express. HEX triplet: 00, 0C and 3D. RGB value is (0,12,61). Sum of RGB (Red+Green+Blue) = 0+12+61=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 61 (24.22% from 255 or 83.56% from 73); Max value from RGB is 61 - color contains mainly: blue. Hex color #000C3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C3D is #FFF3C2. Grayscale: #0D0D0D. Windows color (decimal): -16774083 or 4000768. OLE color: 4000768.

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

Color convert

RGB 0 12 61 -
CMYK 1 0.80 0 0.76
HSL 228.2º 1% 0.12% -
HSV(B) 228.2º 1% 0.24% -
XYZ 0.97 0.6 4.48 -
YUV 14 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 0 12 61 1 0.80 0 0.76 228.2 1 0.12
Hex 0 C 3D 64 50 0 4C E4 64 C
Octal 0 14 75 144 120 0 114 344 144 14
Binary 0 1100 111101 1100100 1010000 0 1001100 11100100 1100100 1100

Color Harmonies of #000C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C3D

Black with #000C3D

Text Example


Text Example

White with #000C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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