Html Css Color HEX #0C103D Midnight Express

📋 copy color: '#0C103D'

red 12 ◦ green 16 ◦ blue 61

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

Shades of Midnight Express #0C103D

Tints of Midnight Express #0C103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.98%

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

R = 13.48%
G = 17.98%
B = 68.54%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C103D (or 0x0C103D) is known color: Midnight Express. HEX triplet: 0C, 10 and 3D. RGB value is (12,16,61). Sum of RGB (Red+Green+Blue) = 12+16+61=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C103D is #F3EFC2. Grayscale: #131313. Windows color (decimal): -15986627 or 4001804. OLE color: 4001804.

HSL color Cylindrical-coordinate representation of color #0C103D: hue angle of 235.1º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C103D is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 16 61 -
CMYK 0.80 0.74 0 0.76
HSL 235.1º 0.67% 0.14% -
HSV(B) 235.1º 0.8% 0.24% -
XYZ 1.18 0.79 4.5 -
YUV 19.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 12 16 61 0.80 0.74 0 0.76 235.1 0.67 0.14
Hex C 10 3D 50 4A 0 4C EB 43 E
Octal 14 20 75 120 112 0 114 353 103 16
Binary 1100 10000 111101 1010000 1001010 0 1001100 11101011 1000011 1110

Color Harmonies of #0C103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C103D

Black with #0C103D

Text Example


Text Example

White with #0C103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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