Html Css Color HEX #0C152D Midnight Express

📋 copy color: '#0C152D'

red 12 ◦ green 21 ◦ blue 45

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

Shades of Midnight Express #0C152D

Tints of Midnight Express #0C152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

 BLUE value IS 45 (17.97% from 255) = 57.69%

R = 15.38%
G = 26.92%
B = 57.69%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0C152D (or 0x0C152D) is known color: Midnight Express. HEX triplet: 0C, 15 and 2D. RGB value is (12,21,45). Sum of RGB (Red+Green+Blue) = 12+21+45=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C152D is #F3EAD2. Grayscale: #141414. Windows color (decimal): -15985363 or 2954508. OLE color: 2954508.

HSL color Cylindrical-coordinate representation of color #0C152D: hue angle of 223.64º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C152D is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 12 21 45 -
CMYK 0.73 0.53 0 0.82
HSL 223.64º 0.58% 0.11% -
HSV(B) 223.64º 0.73% 0.18% -
XYZ 0.89 0.8 2.59 -
YUV 21.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 12 21 45 0.73 0.53 0 0.82 223.64 0.58 0.11
Hex C 15 2D 49 35 0 52 E0 3A B
Octal 14 25 55 111 65 0 122 340 72 13
Binary 1100 10101 101101 1001001 110101 0 1010010 11100000 111010 1011

Color Harmonies of #0C152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C152D

Black with #0C152D

Text Example


Text Example

White with #0C152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,21,45); }

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

background-color css

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

 a { background-color: rgb(12,21,45); }

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

border-color css

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

 span { border-color: rgb(12,21,45); }

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