Html Css Color HEX #0C0261 Midnight Blue

📋 copy color: '#0C0261'

red 12 ◦ green 2 ◦ blue 97

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

Shades of Midnight Blue #0C0261

Tints of Midnight Blue #0C0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.8%

 BLUE value IS 97 (38.28% from 255) = 87.39%

R = 10.81%
G = 1.8%
B = 87.39%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C0261 (or 0x0C0261) is known color: Midnight Blue. HEX triplet: 0C, 02 and 61. RGB value is (12,2,97). Sum of RGB (Red+Green+Blue) = 12+2+97=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 97 (38.28% from 255 or 87.39% from 111); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C0261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0261 is #F3FD9E. Grayscale: #0F0F0F. Windows color (decimal): -15990175 or 6357516. OLE color: 6357516.

HSL color Cylindrical-coordinate representation of color #0C0261: hue angle of 246.32º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0261 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 2 97 -
CMYK 0.88 0.98 0 0.62
HSL 246.32º 0.96% 0.19% -
HSV(B) 246.32º 0.98% 0.38% -
XYZ 2.33 0.98 11.38 -
YUV 15.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 12 2 97 0.88 0.98 0 0.62 246.32 0.96 0.19
Hex C 2 61 58 62 0 3E F6 60 13
Octal 14 2 141 130 142 0 76 366 140 23
Binary 1100 10 1100001 1011000 1100010 0 111110 11110110 1100000 10011

Color Harmonies of #0C0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0261

Black with #0C0261

Text Example


Text Example

White with #0C0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,2,97); }

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

background-color css

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

 a { background-color: rgb(12,2,97); }

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

border-color css

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

 span { border-color: rgb(12,2,97); }

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