Html Css Color HEX #0C0769 Midnight Blue

📋 copy color: '#0C0769'

red 12 ◦ green 7 ◦ blue 105

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

Shades of Midnight Blue #0C0769

Tints of Midnight Blue #0C0769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.65%

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

R = 9.68%
G = 5.65%
B = 84.68%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C0769 (or 0x0C0769) is known color: Midnight Blue. HEX triplet: 0C, 07 and 69. RGB value is (12,7,105). Sum of RGB (Red+Green+Blue) = 12+7+105=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C0769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0769 is #F3F896. Grayscale: #131313. Windows color (decimal): -15988887 or 6883084. OLE color: 6883084.

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

Color convert

RGB 12 7 105 -
CMYK 0.89 0.93 0 0.59
HSL 243.06º 0.88% 0.22% -
HSV(B) 243.06º 0.93% 0.41% -
XYZ 2.78 1.25 13.46 -
YUV 19.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 12 7 105 0.89 0.93 0 0.59 243.06 0.88 0.22
Hex C 7 69 59 5D 0 3B F3 58 16
Octal 14 7 151 131 135 0 73 363 130 26
Binary 1100 111 1101001 1011001 1011101 0 111011 11110011 1011000 10110

Color Harmonies of #0C0769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0769

Black with #0C0769

Text Example


Text Example

White with #0C0769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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