Html Css Color HEX #010C35 Midnight Express

📋 copy color: '#010C35'

red 1 ◦ green 12 ◦ blue 53

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

Shades of Midnight Express #010C35

Tints of Midnight Express #010C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 80.3%

R = 1.52%
G = 18.18%
B = 80.3%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#010C35 (or 0x010C35) is known color: Midnight Express. HEX triplet: 01, 0C and 35. RGB value is (1,12,53). Sum of RGB (Red+Green+Blue) = 1+12+53=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 53 (21.09% from 255 or 80.30% from 66); Max value from RGB is 53 - color contains mainly: blue. Hex color #010C35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C35 is #FEF3CA. Grayscale: #0D0D0D. Windows color (decimal): -16708555 or 3476481. OLE color: 3476481.

HSL color Cylindrical-coordinate representation of color #010C35: hue angle of 227.31º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010C35 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 12 53 -
CMYK 0.98 0.77 0 0.79
HSL 227.31º 0.96% 0.11% -
HSV(B) 227.31º 0.98% 0.21% -
XYZ 0.79 0.53 3.43 -
YUV 13.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 1 12 53 0.98 0.77 0 0.79 227.31 0.96 0.11
Hex 1 C 35 62 4D 0 4F E3 60 B
Octal 1 14 65 142 115 0 117 343 140 13
Binary 1 1100 110101 1100010 1001101 0 1001111 11100011 1100000 1011

Color Harmonies of #010C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C35

Black with #010C35

Text Example


Text Example

White with #010C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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