Html Css Color HEX #0C145B Midnight Blue

📋 copy color: '#0C145B'

red 12 ◦ green 20 ◦ blue 91

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

Shades of Midnight Blue #0C145B

Tints of Midnight Blue #0C145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

 BLUE value IS 91 (35.94% from 255) = 73.98%

R = 9.76%
G = 16.26%
B = 73.98%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0C145B (or 0x0C145B) is known color: Midnight Blue. HEX triplet: 0C, 14 and 5B. RGB value is (12,20,91). Sum of RGB (Red+Green+Blue) = 12+20+91=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C145B is #F3EBA4. Grayscale: #191919. Windows color (decimal): -15985573 or 5968908. OLE color: 5968908.

HSL color Cylindrical-coordinate representation of color #0C145B: hue angle of 233.92º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C145B is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 20 91 -
CMYK 0.87 0.78 0 0.64
HSL 233.92º 0.77% 0.2% -
HSV(B) 233.92º 0.87% 0.36% -
XYZ 2.29 1.33 10.03 -
YUV 25.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 12 20 91 0.87 0.78 0 0.64 233.92 0.77 0.2
Hex C 14 5B 57 4E 0 40 EA 4D 14
Octal 14 24 133 127 116 0 100 352 115 24
Binary 1100 10100 1011011 1010111 1001110 0 1000000 11101010 1001101 10100

Color Harmonies of #0C145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C145B

Black with #0C145B

Text Example


Text Example

White with #0C145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,20,91); }

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

background-color css

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

 a { background-color: rgb(12,20,91); }

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

border-color css

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

 span { border-color: rgb(12,20,91); }

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