Html Css Color HEX #0C073D Midnight Express

📋 copy color: '#0C073D'

red 12 ◦ green 7 ◦ blue 61

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

Shades of Midnight Express #0C073D

Tints of Midnight Express #0C073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 76.25%

R = 15%
G = 8.75%
B = 76.25%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C073D (or 0x0C073D) is known color: Midnight Express. HEX triplet: 0C, 07 and 3D. RGB value is (12,7,61). Sum of RGB (Red+Green+Blue) = 12+7+61=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 61 (24.22% from 255 or 76.25% from 80); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C073D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C073D is #F3F8C2. Grayscale: #0E0E0E. Windows color (decimal): -15988931 or 3999500. OLE color: 3999500.

HSL color Cylindrical-coordinate representation of color #0C073D: hue angle of 245.56º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C073D is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 7 61 -
CMYK 0.80 0.89 0 0.76
HSL 245.56º 0.79% 0.13% -
HSV(B) 245.56º 0.89% 0.24% -
XYZ 1.07 0.57 4.47 -
YUV 14.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 12 7 61 0.80 0.89 0 0.76 245.56 0.79 0.13
Hex C 7 3D 50 59 0 4C F6 4F D
Octal 14 7 75 120 131 0 114 366 117 15
Binary 1100 111 111101 1010000 1011001 0 1001100 11110110 1001111 1101

Color Harmonies of #0C073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C073D

Black with #0C073D

Text Example


Text Example

White with #0C073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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