Html Css Color HEX #000C2B Midnight Express

📋 copy color: '#000C2B'

red 0 ◦ green 12 ◦ blue 43

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

Shades of Midnight Express #000C2B

Tints of Midnight Express #000C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 78.18%

R = 0%
G = 21.82%
B = 78.18%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#000C2B (or 0x000C2B) is known color: Midnight Express. HEX triplet: 00, 0C and 2B. RGB value is (0,12,43). Sum of RGB (Red+Green+Blue) = 0+12+43=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 43 (17.19% from 255 or 78.18% from 55); Max value from RGB is 43 - color contains mainly: blue. Hex color #000C2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C2B is #FFF3D4. Grayscale: #0B0B0B. Windows color (decimal): -16774101 or 2821120. OLE color: 2821120.

HSL color Cylindrical-coordinate representation of color #000C2B: hue angle of 223.26º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C2B is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 0 12 43 -
CMYK 1 0.72 0 0.83
HSL 223.26º 1% 0.08% -
HSV(B) 223.26º 1% 0.17% -
XYZ 0.57 0.44 2.34 -
YUV 11.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 0 12 43 1 0.72 0 0.83 223.26 1 0.08
Hex 0 C 2B 64 48 0 53 DF 64 8
Octal 0 14 53 144 110 0 123 337 144 10
Binary 0 1100 101011 1100100 1001000 0 1010011 11011111 1100100 1000

Color Harmonies of #000C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C2B

Black with #000C2B

Text Example


Text Example

White with #000C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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