Html Css Color HEX #000C2F Midnight Express

📋 copy color: '#000C2F'

red 0 ◦ green 12 ◦ blue 47

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

Shades of Midnight Express #000C2F

Tints of Midnight Express #000C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 79.66%

R = 0%
G = 20.34%
B = 79.66%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#000C2F (or 0x000C2F) is known color: Midnight Express. HEX triplet: 00, 0C and 2F. RGB value is (0,12,47). Sum of RGB (Red+Green+Blue) = 0+12+47=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 47 (18.75% from 255 or 79.66% from 59); Max value from RGB is 47 - color contains mainly: blue. Hex color #000C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C2F is #FFF3D0. Grayscale: #0C0C0C. Windows color (decimal): -16774097 or 3083264. OLE color: 3083264.

HSL color Cylindrical-coordinate representation of color #000C2F: hue angle of 224.68º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C2F is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 12 47 -
CMYK 1 0.74 0 0.82
HSL 224.68º 1% 0.09% -
HSV(B) 224.68º 1% 0.18% -
XYZ 0.64 0.47 2.75 -
YUV 12.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 0 12 47 1 0.74 0 0.82 224.68 1 0.09
Hex 0 C 2F 64 4A 0 52 E1 64 9
Octal 0 14 57 144 112 0 122 341 144 11
Binary 0 1100 101111 1100100 1001010 0 1010010 11100001 1100100 1001

Color Harmonies of #000C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C2F

Black with #000C2F

Text Example


Text Example

White with #000C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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