Html Css Color HEX #0C1244 Midnight Express

📋 copy color: '#0C1244'

red 12 ◦ green 18 ◦ blue 68

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

Shades of Midnight Express #0C1244

Tints of Midnight Express #0C1244

RGB

 RED value IS 12 (5.08% from 255) = 12.24%

 GREEN value IS 18 (7.42% from 255) = 18.37%

 BLUE value IS 68 (26.95% from 255) = 69.39%

R = 12.24%
G = 18.37%
B = 69.39%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0C1244 (or 0x0C1244) is known color: Midnight Express. HEX triplet: 0C, 12 and 44. RGB value is (12,18,68). Sum of RGB (Red+Green+Blue) = 12+18+68=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 68 (26.95% from 255 or 69.39% from 98); Max value from RGB is 68 - color contains mainly: blue. Hex color #0C1244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1244 is #F3EDBB. Grayscale: #151515. Windows color (decimal): -15986108 or 4461068. OLE color: 4461068.

HSL color Cylindrical-coordinate representation of color #0C1244: hue angle of 233.57º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C1244 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 18 68 -
CMYK 0.82 0.74 0 0.73
HSL 233.57º 0.7% 0.16% -
HSV(B) 233.57º 0.82% 0.27% -
XYZ 1.41 0.93 5.57 -
YUV 21.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 12 18 68 0.82 0.74 0 0.73 233.57 0.7 0.16
Hex C 12 44 52 4A 0 49 EA 46 10
Octal 14 22 104 122 112 0 111 352 106 20
Binary 1100 10010 1000100 1010010 1001010 0 1001001 11101010 1000110 10000

Color Harmonies of #0C1244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1244

Black with #0C1244

Text Example


Text Example

White with #0C1244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C1244; }

 p { color: rgb(12,18,68); }

 H1.HeaderClassName
 {
   color: #0C1244;
 }
 .AnyTagClassName
 {
   color: #0C1244;
 }
</style>

background-color css

<style>
 a { background-color: #0C1244; }

 a { background-color: rgb(12,18,68); }

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

border-color css

<style>
 span { border-color: #0C1244; }

 span { border-color: rgb(12,18,68); }

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