Html Css Color HEX #010C45 Midnight Express

📋 copy color: '#010C45'

red 1 ◦ green 12 ◦ blue 69

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

Shades of Midnight Express #010C45

Tints of Midnight Express #010C45

RGB

 RED value IS 1 (0.78% from 255) = 1.22%

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

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

R = 1.22%
G = 14.63%
B = 84.15%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010C45 (or 0x010C45) is known color: Midnight Express. HEX triplet: 01, 0C and 45. RGB value is (1,12,69). Sum of RGB (Red+Green+Blue) = 1+12+69=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 69 (27.34% from 255 or 84.15% from 82); Max value from RGB is 69 - color contains mainly: blue. Hex color #010C45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C45 is #FEF3BA. Grayscale: #0E0E0E. Windows color (decimal): -16708539 or 4525057. OLE color: 4525057.

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

Color convert

RGB 1 12 69 -
CMYK 0.99 0.83 0 0.73
HSL 230.29º 0.97% 0.14% -
HSV(B) 230.29º 0.99% 0.27% -
XYZ 1.22 0.7 5.7 -
YUV 15.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 1 12 69 0.99 0.83 0 0.73 230.29 0.97 0.14
Hex 1 C 45 63 53 0 49 E6 61 E
Octal 1 14 105 143 123 0 111 346 141 16
Binary 1 1100 1000101 1100011 1010011 0 1001001 11100110 1100001 1110

Color Harmonies of #010C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C45

Black with #010C45

Text Example


Text Example

White with #010C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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