Html Css Color HEX #0C0469 Midnight Blue

📋 copy color: '#0C0469'

red 12 ◦ green 4 ◦ blue 105

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

Shades of Midnight Blue #0C0469

Tints of Midnight Blue #0C0469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.31%

 BLUE value IS 105 (41.41% from 255) = 86.78%

R = 9.92%
G = 3.31%
B = 86.78%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C0469 (or 0x0C0469) is known color: Midnight Blue. HEX triplet: 0C, 04 and 69. RGB value is (12,4,105). Sum of RGB (Red+Green+Blue) = 12+4+105=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 105 (41.41% from 255 or 86.78% from 121); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C0469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0469 is #F3FB96. Grayscale: #111111. Windows color (decimal): -15989655 or 6882316. OLE color: 6882316.

HSL color Cylindrical-coordinate representation of color #0C0469: hue angle of 244.75º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0469 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 4 105 -
CMYK 0.89 0.96 0 0.59
HSL 244.75º 0.93% 0.21% -
HSV(B) 244.75º 0.96% 0.41% -
XYZ 2.74 1.18 13.45 -
YUV 17.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 12 4 105 0.89 0.96 0 0.59 244.75 0.93 0.21
Hex C 4 69 59 60 0 3B F5 5D 15
Octal 14 4 151 131 140 0 73 365 135 25
Binary 1100 100 1101001 1011001 1100000 0 111011 11110101 1011101 10101

Color Harmonies of #0C0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0469

Black with #0C0469

Text Example


Text Example

White with #0C0469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,4,105); }

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

background-color css

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

 a { background-color: rgb(12,4,105); }

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

border-color css

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

 span { border-color: rgb(12,4,105); }

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