Html Css Color HEX #0C2349 Midnight

📋 copy color: '#0C2349'

red 12 ◦ green 35 ◦ blue 73

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

Shades of Midnight #0C2349

Tints of Midnight #0C2349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.17%

 BLUE value IS 73 (28.91% from 255) = 60.83%

R = 10%
G = 29.17%
B = 60.83%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C2349 (or 0x0C2349) is known color: Midnight. HEX triplet: 0C, 23 and 49. RGB value is (12,35,73). Sum of RGB (Red+Green+Blue) = 12+35+73=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C2349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2349 is #F3DCB6. Grayscale: #202020. Windows color (decimal): -15981751 or 4793100. OLE color: 4793100.

HSL color Cylindrical-coordinate representation of color #0C2349: hue angle of 217.38º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C2349 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 35 73 -
CMYK 0.84 0.52 0 0.71
HSL 217.38º 0.72% 0.17% -
HSV(B) 217.38º 0.84% 0.29% -
XYZ 1.96 1.76 6.54 -
YUV 32.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 12 35 73 0.84 0.52 0 0.71 217.38 0.72 0.17
Hex C 23 49 54 34 0 47 D9 48 11
Octal 14 43 111 124 64 0 107 331 110 21
Binary 1100 100011 1001001 1010100 110100 0 1000111 11011001 1001000 10001

Color Harmonies of #0C2349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2349

Black with #0C2349

Text Example


Text Example

White with #0C2349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,35,73); }

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

background-color css

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

 a { background-color: rgb(12,35,73); }

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

border-color css

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

 span { border-color: rgb(12,35,73); }

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