Html Css Color HEX #0C0E65 Midnight Blue

📋 copy color: '#0C0E65'

red 12 ◦ green 14 ◦ blue 101

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

Shades of Midnight Blue #0C0E65

Tints of Midnight Blue #0C0E65

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.02%

 BLUE value IS 101 (39.84% from 255) = 79.53%

R = 9.45%
G = 11.02%
B = 79.53%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0C0E65 (or 0x0C0E65) is known color: Midnight Blue. HEX triplet: 0C, 0E and 65. RGB value is (12,14,101). Sum of RGB (Red+Green+Blue) = 12+14+101=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 101 (39.84% from 255 or 79.53% from 127); Max value from RGB is 101 - color contains mainly: blue. Hex color #0C0E65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0E65 is #F3F19A. Grayscale: #161616. Windows color (decimal): -15987099 or 6622732. OLE color: 6622732.

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

Color convert

RGB 12 14 101 -
CMYK 0.88 0.86 0 0.60
HSL 238.65º 0.79% 0.22% -
HSV(B) 238.65º 0.88% 0.4% -
XYZ 2.66 1.33 12.43 -
YUV 23.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 12 14 101 0.88 0.86 0 0.60 238.65 0.79 0.22
Hex C E 65 58 56 0 3C EF 4F 16
Octal 14 16 145 130 126 0 74 357 117 26
Binary 1100 1110 1100101 1011000 1010110 0 111100 11101111 1001111 10110

Color Harmonies of #0C0E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0E65

Black with #0C0E65

Text Example


Text Example

White with #0C0E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,14,101); }

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

background-color css

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

 a { background-color: rgb(12,14,101); }

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

border-color css

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

 span { border-color: rgb(12,14,101); }

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