Html Css Color HEX #0C0738 Midnight Express

📋 copy color: '#0C0738'

red 12 ◦ green 7 ◦ blue 56

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

Shades of Midnight Express #0C0738

Tints of Midnight Express #0C0738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.33%

 BLUE value IS 56 (22.27% from 255) = 74.67%

R = 16%
G = 9.33%
B = 74.67%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0C0738 (or 0x0C0738) is known color: Midnight Express. HEX triplet: 0C, 07 and 38. RGB value is (12,7,56). Sum of RGB (Red+Green+Blue) = 12+7+56=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 56 (22.27% from 255 or 74.67% from 75); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C0738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0738 is #F3F8C7. Grayscale: #0D0D0D. Windows color (decimal): -15988936 or 3671820. OLE color: 3671820.

HSL color Cylindrical-coordinate representation of color #0C0738: hue angle of 246.12º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C0738 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 7 56 -
CMYK 0.79 0.88 0 0.78
HSL 246.12º 0.78% 0.12% -
HSV(B) 246.12º 0.88% 0.22% -
XYZ 0.94 0.52 3.79 -
YUV 14.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 12 7 56 0.79 0.88 0 0.78 246.12 0.78 0.12
Hex C 7 38 4F 58 0 4E F6 4E C
Octal 14 7 70 117 130 0 116 366 116 14
Binary 1100 111 111000 1001111 1011000 0 1001110 11110110 1001110 1100

Color Harmonies of #0C0738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0738

Black with #0C0738

Text Example


Text Example

White with #0C0738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,7,56); }

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

background-color css

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

 a { background-color: rgb(12,7,56); }

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

border-color css

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

 span { border-color: rgb(12,7,56); }

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