Html Css Color HEX #0C196B Midnight Blue

📋 copy color: '#0C196B'

red 12 ◦ green 25 ◦ blue 107

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

Shades of Midnight Blue #0C196B

Tints of Midnight Blue #0C196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

 BLUE value IS 107 (42.19% from 255) = 74.31%

R = 8.33%
G = 17.36%
B = 74.31%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C196B (or 0x0C196B) is known color: Midnight Blue. HEX triplet: 0C, 19 and 6B. RGB value is (12,25,107). Sum of RGB (Red+Green+Blue) = 12+25+107=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C196B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C196B is #F3E694. Grayscale: #1E1E1E. Windows color (decimal): -15984277 or 7018764. OLE color: 7018764.

HSL color Cylindrical-coordinate representation of color #0C196B: hue angle of 231.79º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C196B is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 25 107 -
CMYK 0.89 0.77 0 0.58
HSL 231.79º 0.8% 0.23% -
HSV(B) 231.79º 0.89% 0.42% -
XYZ 3.15 1.83 14.1 -
YUV 30.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 12 25 107 0.89 0.77 0 0.58 231.79 0.8 0.23
Hex C 19 6B 59 4D 0 3A E8 50 17
Octal 14 31 153 131 115 0 72 350 120 27
Binary 1100 11001 1101011 1011001 1001101 0 111010 11101000 1010000 10111

Color Harmonies of #0C196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C196B

Black with #0C196B

Text Example


Text Example

White with #0C196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,25,107); }

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

background-color css

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

 a { background-color: rgb(12,25,107); }

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

border-color css

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

 span { border-color: rgb(12,25,107); }

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