Html Css Color HEX #0C294D Midnight

📋 copy color: '#0C294D'

red 12 ◦ green 41 ◦ blue 77

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

Shades of Midnight #0C294D

Tints of Midnight #0C294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.54%

 BLUE value IS 77 (30.47% from 255) = 59.23%

R = 9.23%
G = 31.54%
B = 59.23%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C294D (or 0x0C294D) is known color: Midnight. HEX triplet: 0C, 29 and 4D. RGB value is (12,41,77). Sum of RGB (Red+Green+Blue) = 12+41+77=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C294D is #F3D6B2. Grayscale: #242424. Windows color (decimal): -15980211 or 5056780. OLE color: 5056780.

HSL color Cylindrical-coordinate representation of color #0C294D: hue angle of 213.23º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C294D is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 41 77 -
CMYK 0.84 0.47 0 0.70
HSL 213.23º 0.73% 0.17% -
HSV(B) 213.23º 0.84% 0.3% -
XYZ 2.28 2.2 7.33 -
YUV 36.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 12 41 77 0.84 0.47 0 0.70 213.23 0.73 0.17
Hex C 29 4D 54 2F 0 46 D5 49 11
Octal 14 51 115 124 57 0 106 325 111 21
Binary 1100 101001 1001101 1010100 101111 0 1000110 11010101 1001001 10001

Color Harmonies of #0C294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C294D

Black with #0C294D

Text Example


Text Example

White with #0C294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,41,77); }

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

background-color css

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

 a { background-color: rgb(12,41,77); }

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

border-color css

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

 span { border-color: rgb(12,41,77); }

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