Html Css Color HEX #0C1630 Midnight Express

📋 copy color: '#0C1630'

red 12 ◦ green 22 ◦ blue 48

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

Shades of Midnight Express #0C1630

Tints of Midnight Express #0C1630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.83%

 BLUE value IS 48 (19.14% from 255) = 58.54%

R = 14.63%
G = 26.83%
B = 58.54%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0C1630 (or 0x0C1630) is known color: Midnight Express. HEX triplet: 0C, 16 and 30. RGB value is (12,22,48). Sum of RGB (Red+Green+Blue) = 12+22+48=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C1630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1630 is #F3E9CF. Grayscale: #151515. Windows color (decimal): -15985104 or 3151372. OLE color: 3151372.

HSL color Cylindrical-coordinate representation of color #0C1630: hue angle of 223.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C1630 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 22 48 -
CMYK 0.75 0.54 0 0.81
HSL 223.33º 0.6% 0.12% -
HSV(B) 223.33º 0.75% 0.19% -
XYZ 0.97 0.87 2.91 -
YUV 21.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 12 22 48 0.75 0.54 0 0.81 223.33 0.6 0.12
Hex C 16 30 4B 36 0 51 DF 3C C
Octal 14 26 60 113 66 0 121 337 74 14
Binary 1100 10110 110000 1001011 110110 0 1010001 11011111 111100 1100

Color Harmonies of #0C1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1630

Black with #0C1630

Text Example


Text Example

White with #0C1630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,22,48); }

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

background-color css

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

 a { background-color: rgb(12,22,48); }

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

border-color css

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

 span { border-color: rgb(12,22,48); }

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