Html Css Color HEX #0C0B38 Midnight Express

📋 copy color: '#0C0B38'

red 12 ◦ green 11 ◦ blue 56

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

Shades of Midnight Express #0C0B38

Tints of Midnight Express #0C0B38

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.92%

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

R = 15.19%
G = 13.92%
B = 70.89%

CMYK

 C value IS 0.79

 M value IS 0.80

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0C0B38 (or 0x0C0B38) is known color: Midnight Express. HEX triplet: 0C, 0B and 38. RGB value is (12,11,56). Sum of RGB (Red+Green+Blue) = 12+11+56=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 56 (22.27% from 255 or 70.89% from 79); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C0B38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0B38 is #F3F4C7. Grayscale: #101010. Windows color (decimal): -15987912 or 3672844. OLE color: 3672844.

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

Color convert

RGB 12 11 56 -
CMYK 0.79 0.80 0 0.78
HSL 241.33º 0.67% 0.13% -
HSV(B) 241.33º 0.8% 0.22% -
XYZ 0.99 0.6 3.81 -
YUV 16.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 12 11 56 0.79 0.80 0 0.78 241.33 0.67 0.13
Hex C B 38 4F 50 0 4E F1 43 D
Octal 14 13 70 117 120 0 116 361 103 15
Binary 1100 1011 111000 1001111 1010000 0 1001110 11110001 1000011 1101

Color Harmonies of #0C0B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0B38

Black with #0C0B38

Text Example


Text Example

White with #0C0B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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