Html Css Color HEX #000C45 Midnight Express

📋 copy color: '#000C45'

red 0 ◦ green 12 ◦ blue 69

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

Shades of Midnight Express #000C45

Tints of Midnight Express #000C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 85.19%

R = 0%
G = 14.81%
B = 85.19%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#000C45 (or 0x000C45) is known color: Midnight Express. HEX triplet: 00, 0C and 45. RGB value is (0,12,69). Sum of RGB (Red+Green+Blue) = 0+12+69=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 69 (27.34% from 255 or 85.19% from 81); Max value from RGB is 69 - color contains mainly: blue. Hex color #000C45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C45 is #FFF3BA. Grayscale: #0E0E0E. Windows color (decimal): -16774075 or 4525056. OLE color: 4525056.

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

Color convert

RGB 0 12 69 -
CMYK 1 0.83 0 0.73
HSL 229.57º 1% 0.14% -
HSV(B) 229.57º 1% 0.27% -
XYZ 1.21 0.69 5.7 -
YUV 14.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 0 12 69 1 0.83 0 0.73 229.57 1 0.14
Hex 0 C 45 64 53 0 49 E6 64 E
Octal 0 14 105 144 123 0 111 346 144 16
Binary 0 1100 1000101 1100100 1010011 0 1001001 11100110 1100100 1110

Color Harmonies of #000C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C45

Black with #000C45

Text Example


Text Example

White with #000C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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